cURL
curl --request PATCH \ --url https://sandbox.withclasp.com/employer_documents/{public_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form 'employer=<string>' \ --form 'file=<string>' \ --form 'name=<string>' \ --form document_type=summary_of_benefits_and_coverage
{ "id": "<string>", "employer": "<string>", "file": "<string>", "name": "<string>", "document_type": "summary_of_benefits_and_coverage", "created_at": "2023-11-07T05:31:56Z" }
Updates the employer document. You must pass a URL of the uploaded document in the file field (e.g., S3).
API Key authentication with required prefix "Bearer"
The response is of type object.
object