Replace organization applications
Replace all applications associated with the organization with the given data.
Path parameters
-
The unique identifier of the organization.
Body Required
-
An array of application IDs to replace existing applications.
Minimum length of each is
1
.
PUT /api/organizations/{id}/applications
curl \
-X PUT https://[tenant_id].logto.app/api/organizations/{id}/applications \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"applicationIds":["string"]}'
Request examples
{
"applicationIds": [
"string"
]
}