Link attachments to an existing Claim.
PUT/v1/claims/:claim_id/attachments
Links created organization attachments to claims owned by the organization.
Request
Path Parameters
claim_id int64required
The ID of the claim belonging to user organization.
- application/json
 
Body
required
ids integer[]required
An array of the IDs for the Attachments to be linked to the Claim. Must be owned by your organization.
Responses
- 200
 - 400
 - 401
 - 403
 - 422
 - 500
 
Success
- application/json
 
- Schema
 - Example (from schema)
 
Schema
message string
attachments integer[]
An array of ID belonging to all Attachments connected to the Claim.
{
  "message": "string",
  "attachments": [
    0
  ]
}
Bad Request
Unauthenticated
Forbidden
Unprocessable Entity
Server Error
Loading...