Update document
PUT/api/v2/documents/:id
Update an existing document's name or identity.
Authentication:
- Requires Bearer token in Authorization header:
Authorization: Bearer <token>
Request
Responses
- 200
- 401
- 403
- 404
- 422
updates the document
returns unauthorized
returns forbidden
returns not found
returns unprocessable entity