Authorizations
Your unique Avido API key
Path Parameters
The unique identifier of the style guide
Example:
"123e4567-e89b-12d3-a456-426614174000"
Body
application/json
Request body for updating a style guide
The updated content sections of the style guide
Example:
[
{
"heading": "Tone",
"content": "Use professional and clear language",
"approved": true
},
{
"heading": "Guidelines",
"content": "Maintain consistent terminology throughout",
"approved": false
}
]
Response
Successfully updated style guide
Successful response containing the style guide data
A style guide for a specific application