Verdocs - Developer Documentation
ReferenceRest APIAPI DocumentationProfiles

Update a profile

PATCH
/v2/profiles/{profile_id}

Request Body

application/json

Body Parameters

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X PATCH "https://api.verdocs.com/v2/profiles/{profile_id}" \  -H "Content-Type: application/json" \  -d '{}'
{
  "current": true,
  "id": "string",
  "organization_id": "string",
  "user_id": "string"
}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}