Update an application
PATCHhttps://platform.docana.com/api/v1/applications/:id/
Updates one or more of the application name, description, group, capability settings (settings.codeExecutionEnabled, settings.codeExecutionOutputRetrievable, settings.skillsEnabled), and the persona and tone of voice (settings.persona: a preset, six voice trait levels, and free-text voice notes; null or the neutral preset clears it). Omitted fields are preserved. Requires write access.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The updated application
The request body, query, or path failed validation. See validationErrors.
The API key or session is missing, expired, or malformed.
No write access to the application
A resource referenced by the path does not exist or is not visible to the caller.
Unexpected server error.