Authorizations
Your unique Avido API key
Your unique Avido Application ID
Path Parameters
The unique identifier of the document
"123e4567-e89b-12d3-a456-426614174000"
The version number
x > 02
Body
Fields to update in the document version
Request body for updating a specific document version. Only version-specific fields can be updated.
Updated title for the version
"Updated API Documentation v2"
Updated content for the version
"This updated document describes the API endpoints..."
Updated metadata for the version
Updated array of original sentences from the source
[
"This is the updated first sentence.",
"This is the updated second sentence."
]Updated status for the version Status of the document. Valid options: DRAFT, REVIEW, APPROVED, ARCHIVED.
DRAFT, REVIEW, APPROVED, ARCHIVED "APPROVED"
Language of the initial document version
"english"
Response
Document version updated successfully