PUT organization/…
Updates an organization record.
⚠️ Internal use
This is for internal use only!
Resource URL
https://www.drillster.com/api/2.1.1/organization/{organization_id}
Parameters
| Field | Type | Description |
|---|---|---|
organization_idrequired |
String | The organization ID. |
namerequired |
String | The organization's name. |
emailAddressoptional |
String | The organization's email address. |
localeoptional |
String | The organization's locale. |
contractoptional |
String | The organization's contract code. |
mayCreateGroupMemberAccountsoptional |
Boolean | Whether the organization is permitted to create group member accounts. |
avatarKeyoptional |
String | A reference to an avatar image that was just uploaded. |
If a PUT request has no body (i.e. the body is empty), it is still mandatory to include a Content-Length header (i.e.
Content-Length: 0). Not all HTTP clients do this automatically. For more information, please see RFC 2616.
Response
A 2.1.1 Organization object, reflecting the updates.
Last updated on