Orgs and teams/Update an org
PUT {{portal-host-port}}/portal-api/organisations/2
Request Body
{"Name"=>"Test org 4"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Accept | string | ||
Content-Type | string |
RESPONSES
status: OK
{"CreatedAt":"2023-08-03 09:14","ID":4,"Name":"Test org 4","Teams":[{"Default":true,"ID":5,"Name":"Test org 2 All users","Organisation":"Test org 4","Users":null}],"UpdatedAt":"2023-08-03 09:14","Users":[]}