latestOpenAPI 3.0.32026-08-1968196306.2 KB
cf02c9310c0f
integrations
upsertDocumentationPage
Create or update the documentation page identified by docId. Upsert semantics enforce the invariant of one general page per integration and one page per use case. For use case pages the use case must exist.
put/v1/integrations/{integrationId}/documentation/{docId}
Path parameters
integrationIdstring uuid required
The integration ID
docIdstring required
'general' for the integration-wide page, otherwise a use case ID
Request body
Response
Documentation page created or updated successfully
Example response
{
"id": "general"
}