Skip to main content
PATCH
Partial Update

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json
name
string | null
Maximum string length: 100
business_type
enum<string>
  • agency - agency
  • corporation - corporation
  • ngo - ngo
Available options:
agency,
corporation,
ngo
website
string<uri> | null
Maximum string length: 200
primary_contact_phone
string | null
Maximum string length: 31
needs
string[]
Maximum string length: 255

Response

200 - application/json
id
string<uuid>
required
read-only
name
string | null
Maximum string length: 100