Update org

Update org

Request
Security:
vc-security
path Parameters
orgId
required
string
Request Body schema: application/json-patch+json
op
string
path
string
value
string
Responses
200

OK

400

Bad Request. The request parameters (or body) were malformed or invalid. Fix the issues with the request and try again.

502

Bad Gateway. The server acting as a gateway or intermediary is having problems communicating with another server to complete the user's request.

patch/org-service/v1/org/update/{orgId}
Request samples
application/json-patch+json
{
  • "op": "string",
  • "path": "string",
  • "value": "string"
}
Response samples
application/json
{
  • "id": "string",
  • "name": "string",
  • "domain": "string",
  • "paths": [
    ],
  • "trial": false,
  • "active": true,
  • "deleted": false,
  • "usingMfa": false,
  • "notes": "string",
  • "tags": [
    ],
  • "externalId": "string",
  • "addresses": [
    ],
  • "emails": [
    ],
  • "phones": [
    ],
  • "mids": [
    ],
  • "createdInstant": "2019-08-24T14:15:22Z",
  • "lastUpdatedInstant": "2019-08-24T14:15:22Z",
  • "createdBy": "string",
  • "lastUpdatedBy": "string"
}