Mark Terms For Review
Mark the terms for a product for review.
post
Path parameters
idstringRequired
productIdstringRequired
Responses
200
OK
application/json
400
Bad Request
application/json
403
Forbidden
application/json
404
Not Found
application/json
500
Internal Server Error
post
POST /public/v1/catalog/products/{productId}/terms/{id}/review HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
{
"id": "text",
"audit": {
"created": {
"at": "2025-07-03T06:00:28.205Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-07-03T06:00:28.205Z",
"by": "[Circular Reference]"
},
"published": {
"at": "2025-07-03T06:00:28.205Z",
"by": "[Circular Reference]"
},
"pending": {
"at": "2025-07-03T06:00:28.205Z",
"by": "[Circular Reference]"
},
"unpublished": {
"at": "2025-07-03T06:00:28.205Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"name": "text",
"description": "text",
"displayOrder": 1,
"status": "text",
"product": {
"id": "text",
"name": "text",
"externalIds": {
"operations": "text"
},
"icon": "text",
"status": "text"
}
}
Last updated
Was this helpful?