POST
/control-plane/api/v1/v1/documentation/{organization_id}/{documentation_id}/version/{version_id}/section/reorder
Authentication
API Key (BearerAuth)
Header:
Authorization
Path Parameters
organization_idstringrequired
Organization ID
documentation_idstringrequired
Documentation ID
version_idstringrequired
Version ID
Request Body
Reorder input
Required
section_idsstring[]required
Example:
{
"section_ids": [
"string"
]
}Responses
200
OK
Example:
{
"key": "value"
}400
Bad Request
Example:
{
"key": "value"
}500
Internal Server Error
Example:
{
"key": "value"
}