Mark Item For Review

POST/v1/catalog/items/{id}/review
Path parameters
id*string
Response

No Content

Request
const response = await fetch('/v1/catalog/items/{id}/review', {
    method: 'POST',
    headers: {},
});
const data = await response.json();
Response
{
  "type": "text",
  "title": "text",
  "status": 0,
  "detail": "text",
  "instance": "text"
}

Last updated