OK
Bad Request. The Problem Details object will provide more information about the exact cause.
Unacceptable. indicates that the target resource does not have a current representation that would be acceptable to the user agent, according to the proactive negotiation header fields received in the request.
Unsupported Media Type. When provided as a response to a PATCH
request,
the response will provide an Accept-Patch
response header to notify
the client what patch document media types are supported.
The server encountered an unexpected error. Retrying the request after a certain time could help.
{- "paths": [
- "/content/dam/wknd-shared/en/contributors/ian-provo",
- "/content/dam/wknd-shared/en/contributors/jacob-wester"
]
}
{- "items": [
- {
- "path": "/content/dam/wknd-shared/en/contributors/ian-provo",
- "locale": "en",
- "languageCopies": [
- {
- "path": "/content/dam/wknd-shared/en/contributors/ian-provo",
- "title": "Title changed using PATCH",
- "locale": "en",
- "model": "Author",
- "status": "DRAFT"
}
]
}, - {
- "path": "/content/dam/wknd-shared/en/contributors/jacob-wester",
- "locale": "en",
- "languageCopies": [
- {
- "path": "/content/dam/wknd-shared/en/contributors/jacob-wester",
- "title": "Jacob Wester",
- "locale": "en",
- "model": "Author",
- "status": "DRAFT"
}
]
}
]
}
OK
Bad Request. The Problem Details object will provide more information about the exact cause.
Not Found
Unacceptable. indicates that the target resource does not have a current representation that would be acceptable to the user agent, according to the proactive negotiation header fields received in the request.
The server encountered an unexpected error. Retrying the request after a certain time could help.
{- "locales": [
- {
- "locale": "en_us",
- "language": "English",
- "country": "United States"
}
]
}