Endpoint
Authentication
Requires a Personal API Access Token.Header
Request
Headers
| Header | Value | Required |
|---|---|---|
| Authorization | Bearer | Yes |
| Content-Type | application/json | Yes |
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| projectName | string | Yes | Project name |
| rlclName | string | Yes | RLCL name (cannot be changed) |
Request Body
Same structure as Create RLCL. See Create RLCL for field descriptions.Important Notes
namemust match the RLCL name in path (cannot be changed)- All other fields can be updated
- Credentials and endpoints are not updated by this endpoint
Response
Success Response (200 OK)
Error Response (400 Bad Request)
cURL Example
Permissions
- User must have
IDENTITY+MANAGEpermission in the project
Notes and Warnings
- Name Cannot Change:
- Name is used as identifier and cannot be changed
- Use the existing name in the request
- Credentials/Endpoints:
- Credentials and endpoints are not updated by this endpoint
- Use separate endpoints for managing credentials and endpoints
Related Documentation
- Create RLCL - Create a new RLCL
- Delete RLCL - Delete an RLCL

