Skip to content

Conversation

@AbhishekAg
Copy link

@AbhishekAg AbhishekAg commented Sep 18, 2025

The normalizePath function will normalize the Path like

GET /api/v1/apps/00oAbCdEfGhI/credentials/keys/abc123 → /api/v1/apps/{id}/credentials/keys/{id}
POST /api/v1/apps/00oAbCdEfGhI/lifecycle/activate → /api/v1/apps/{id}/lifecycle/activate
GET /api/v1/apps/00oAbCdEfGhI/tokens/00Txyz → /api/v1/apps/{id}/tokens/{id}
DELETE /api/v1/apps/00oAbCdEfGhI → /api/v1/apps/{id}
POST /api/v1/devices/abcd1234-5678-90ab-cdef-1234567890ab/lifecycle/activate → /api/v1/devices/{id}/lifecycle/activate
GET /api/v1/devices/00dAbCd/users → /api/v1/devices/{id}/users

Signed-off-by: abhishek <[email protected]>
@AbhishekAg AbhishekAg self-assigned this Sep 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant