Sub Organization - CRUD›Update Sub Organization By ID
Sub Organization - CRUD
Update Sub Organization By ID
Update Sub Organization By ID
Update Sub Organization By ID curl --request PUT \
--url "https://auth.lambdatest.com//api/organization/sub-org/{sub_org_id}" \
--header "Authorization: Basic <encoded-value>" \
--header "Content-Type: application/json" \
--data '{
"allocated_concurrency": "<allocated_concurrency>",
"name": "<name>"
}'
{
"message": "Updated Sub-Organisation Successfully",
"type": "success"
}
Authorizations
Authorizationstringheaderrequired
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
sub_org_idintegerrequired
Sub Organization ID
Body
application/jsonallocated_concurrencyobject
Response
application/jsonUpdate Sub Org
Update Sub Organization By ID curl --request PUT \
--url "https://auth.lambdatest.com//api/organization/sub-org/{sub_org_id}" \
--header "Authorization: Basic <encoded-value>" \
--header "Content-Type: application/json" \
--data '{
"allocated_concurrency": "<allocated_concurrency>",
"name": "<name>"
}'
{
"message": "Updated Sub-Organisation Successfully",
"type": "success"
}