Project Admin ACL
Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
resourceOwnerIdstringRequired
Responses
200
OK
string · uuid[]Optional
401
Unauthorized
403
Forbidden
get/projects/admin/applications/{resourceOwnerId}
GET /projects/admin/applications/{resourceOwnerId} HTTP/1.1
Host: api.example.uk.jylo.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
"123e4567-e89b-12d3-a456-426614174000"
]Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
resourceOwnerIdstringRequired
Body
containerObjectIdentifierstring · uuidRequired
isAdminbooleanRequired
Responses
200
OK
string · uuidOptional
401
Unauthorized
403
Forbidden
post/projects/admin/applications/{resourceOwnerId}
POST /projects/admin/applications/{resourceOwnerId} HTTP/1.1
Host: api.example.uk.jylo.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 83
{
"containerObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"isAdmin": true
}123e4567-e89b-12d3-a456-426614174000Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
resourceOwnerIdstringRequired
containerIdstring · uuidRequired
Responses
200
OK
No content
401
Unauthorized
403
Forbidden
delete/projects/admin/applications/{resourceOwnerId}/{containerId}
DELETE /projects/admin/applications/{resourceOwnerId}/{containerId} HTTP/1.1
Host: api.example.uk.jylo.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
No content
Last updated
