Verdocs - Developer Documentation
ReferenceRest APIAPI DocumentationOrganizations

Update organization full or thumbnail logo.

PATCH
/v2/organizations/{organization_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/organizations/{organization_id}" \  -H "Content-Type: application/json" \  -d '{}'
{
  "contact_email": "string",
  "created_at": "string",
  "id": "string",
  "name": "string",
  "updated_at": "string",
  "url": "string"
}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}