Update an allowed website of an application
PATCHhttps://platform.docana.com/api/v1/applications/:id/allowed-websites/:siteId/
Most fields update the company-level record shared by every application, while enabledForApplication toggles only the link to this application. password: null clears the stored credentials, omitting the field keeps them.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The updated allowed website (without ciphertext)
Update or link-toggle failure
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.