Replace a personal snippet
PUT/v1/me/snippets/:snippetId
Replace a personal snippet. The resource is private to the authenticated owner and mutations enforce idempotency or optimistic versioning where applicable.
Request
Responses
- 200
- 400
- 401
- 404
- 409
- 422
- 500
Returns the resulting a personal snippet in the documented data envelope.
The request is malformed or violates the documented input constraints.
A valid end-user bearer token is required; delegated service-bound tokens cannot access personal snippets.
The selected Identity resource does not exist, is inactive or is not available in the requested scope.
The operation conflicts with the current resource version, uniqueness rule or idempotency record.
The request is syntactically valid but violates a domain integrity or content policy.
An unexpected internal error occurred.