Update content
PUT/contents/:content_id
Editing resets status to NEW, discarding any rendered output. If a
generation job is running the request is refused with 409 unless you
pass cancel_generation: true, which cancels that job first.
Character limits on title, textover and full_text vary by plan.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
Updated.
Validation failed, or a field exceeded your plan's limit.
Missing, malformed, invalid or revoked API key.
Confirm the key independently with GET /api-keys/introspect, which
needs no scope.
The key is valid but lacks a required scope.
No such resource for this key's owner. A resource belonging to another user is indistinguishable from one that does not exist.
A generation job is in flight.