Paths
List all Paths items.
Path is an API path entry representing a templated URL segment and any metadata shared by its operations.
Project API key authentication. Use your project API key as a Bearer token in the Authorization header.
Catalog version identifier
ver_c4x6k3w8j7n9b1z5s2t4m8q0veCursor for pagination (item ID)
Maximum number of items to return (default: 50, max: 1000)
50Sort order. Use 'prop' for ascending, '-prop' for descending. Multiple params supported (e.g. sort=name&sort=-createdAt)
List of Paths
Paths collection
Invalid request
Unauthorized
Forbidden
Internal Server Error
GET /v2/catalog/versions/{versionId}/paths HTTP/1.1
Host: api.appear.sh
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"items": [],
"pagination": {
"nextCursor": null,
"hasMore": true,
"limit": 1
}
}Create a new Path item.
Path is an API path entry representing a templated URL segment and any metadata shared by its operations.
Project API key authentication. Use your project API key as a Bearer token in the Authorization header.
Catalog version identifier
ver_c4x6k3w8j7n9b1z5s2t4m8q0vePath is an API path entry representing a templated URL segment and any metadata shared by its operations.
Object ID with prefix "path_"
path_agqkbwfj3n3bzeizgittryq7fuExample: path_c4x6k3w8j7n9b1z5s2t4m8q0veObject ID with prefix "svc_"
svc_c4x6k3w8j7n9b1z5s2t4m8q0veConcrete API path template (must start with a forward slash).
/users/{userId}Short summary of the path across its operations.
User management endpointsLong-form description of the path shared across operations (markdown).
Operations for managing user resources.Object ID with prefix "ver_"
ver_c4x6k3w8j7n9b1z5s2t4m8q0ve2026-09-14T16:55:48.955ZExample: 2024-01-15T10:30:00.000ZPath created
Path is an API path entry representing a templated URL segment and any metadata shared by its operations.
Object ID with prefix "path_"
path_agqkbwfj3n3bzeizgittryq7fuExample: path_c4x6k3w8j7n9b1z5s2t4m8q0veObject ID with prefix "svc_"
svc_c4x6k3w8j7n9b1z5s2t4m8q0veConcrete API path template (must start with a forward slash).
/users/{userId}Short summary of the path across its operations.
User management endpointsLong-form description of the path shared across operations (markdown).
Operations for managing user resources.Object ID with prefix "ver_"
ver_c4x6k3w8j7n9b1z5s2t4m8q0ve2026-09-14T16:55:48.955ZExample: 2024-01-15T10:30:00.000ZInvalid request
Unauthorized
Forbidden
Conflict
Internal Server Error
POST /v2/catalog/versions/{versionId}/paths HTTP/1.1
Host: api.appear.sh
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 303
{
"id": "path_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"serviceId": "svc_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"path": "/users/{userId}",
"summary": "User management endpoints",
"description": "Operations for managing user resources.",
"kvStorage": {},
"versionId": "ver_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"updatedAt": "2024-01-15T10:30:00.000Z"
}{
"id": "path_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"serviceId": "svc_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"path": "/users/{userId}",
"summary": "User management endpoints",
"description": "Operations for managing user resources.",
"kvStorage": {},
"versionId": "ver_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"updatedAt": "2024-01-15T10:30:00.000Z"
}Get a Path item by its id.
Path is an API path entry representing a templated URL segment and any metadata shared by its operations.
Project API key authentication. Use your project API key as a Bearer token in the Authorization header.
Catalog version identifier
ver_c4x6k3w8j7n9b1z5s2t4m8q0vePath identifier
path_c4x6k3w8j7n9b1z5s2t4m8q0vePath details
Path is an API path entry representing a templated URL segment and any metadata shared by its operations.
Object ID with prefix "path_"
path_agqkbwfj3n3bzeizgittryq7fuExample: path_c4x6k3w8j7n9b1z5s2t4m8q0veObject ID with prefix "svc_"
svc_c4x6k3w8j7n9b1z5s2t4m8q0veConcrete API path template (must start with a forward slash).
/users/{userId}Short summary of the path across its operations.
User management endpointsLong-form description of the path shared across operations (markdown).
Operations for managing user resources.Object ID with prefix "ver_"
ver_c4x6k3w8j7n9b1z5s2t4m8q0ve2026-09-14T16:55:48.955ZExample: 2024-01-15T10:30:00.000ZInvalid request
Unauthorized
Forbidden
Path not found
Internal Server Error
GET /v2/catalog/versions/{versionId}/paths/{id} HTTP/1.1
Host: api.appear.sh
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"id": "path_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"serviceId": "svc_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"path": "/users/{userId}",
"summary": "User management endpoints",
"description": "Operations for managing user resources.",
"kvStorage": {},
"versionId": "ver_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"updatedAt": "2024-01-15T10:30:00.000Z"
}Completely replaces a Path item by its id.
Path is an API path entry representing a templated URL segment and any metadata shared by its operations.
Project API key authentication. Use your project API key as a Bearer token in the Authorization header.
Catalog version identifier
ver_c4x6k3w8j7n9b1z5s2t4m8q0vePath identifier
path_c4x6k3w8j7n9b1z5s2t4m8q0vePath is an API path entry representing a templated URL segment and any metadata shared by its operations.
Object ID with prefix "path_"
path_agqkbwfj3n3bzeizgittryq7fuExample: path_c4x6k3w8j7n9b1z5s2t4m8q0veObject ID with prefix "svc_"
svc_c4x6k3w8j7n9b1z5s2t4m8q0veConcrete API path template (must start with a forward slash).
/users/{userId}Short summary of the path across its operations.
User management endpointsLong-form description of the path shared across operations (markdown).
Operations for managing user resources.Object ID with prefix "ver_"
ver_c4x6k3w8j7n9b1z5s2t4m8q0ve2026-09-14T16:55:48.955ZExample: 2024-01-15T10:30:00.000ZPath replaced
Path is an API path entry representing a templated URL segment and any metadata shared by its operations.
Object ID with prefix "path_"
path_agqkbwfj3n3bzeizgittryq7fuExample: path_c4x6k3w8j7n9b1z5s2t4m8q0veObject ID with prefix "svc_"
svc_c4x6k3w8j7n9b1z5s2t4m8q0veConcrete API path template (must start with a forward slash).
/users/{userId}Short summary of the path across its operations.
User management endpointsLong-form description of the path shared across operations (markdown).
Operations for managing user resources.Object ID with prefix "ver_"
ver_c4x6k3w8j7n9b1z5s2t4m8q0ve2026-09-14T16:55:48.955ZExample: 2024-01-15T10:30:00.000ZPath created
Invalid request
Unauthorized
Forbidden
Path not found
Internal Server Error
POST /v2/catalog/versions/{versionId}/paths/{id} HTTP/1.1
Host: api.appear.sh
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 303
{
"id": "path_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"serviceId": "svc_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"path": "/users/{userId}",
"summary": "User management endpoints",
"description": "Operations for managing user resources.",
"kvStorage": {},
"versionId": "ver_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"updatedAt": "2024-01-15T10:30:00.000Z"
}{
"id": "path_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"serviceId": "svc_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"path": "/users/{userId}",
"summary": "User management endpoints",
"description": "Operations for managing user resources.",
"kvStorage": {},
"versionId": "ver_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"updatedAt": "2024-01-15T10:30:00.000Z"
}Delete a Path item by its id.
Path is an API path entry representing a templated URL segment and any metadata shared by its operations.
Project API key authentication. Use your project API key as a Bearer token in the Authorization header.
Catalog version identifier
ver_c4x6k3w8j7n9b1z5s2t4m8q0vePath identifier
path_c4x6k3w8j7n9b1z5s2t4m8q0vePath deleted
No content
Invalid request
Unauthorized
Forbidden
Path not found
Internal Server Error
DELETE /v2/catalog/versions/{versionId}/paths/{id} HTTP/1.1
Host: api.appear.sh
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
No content
Partially updates a Path item by its id.
Path is an API path entry representing a templated URL segment and any metadata shared by its operations.
Project API key authentication. Use your project API key as a Bearer token in the Authorization header.
Catalog version identifier
ver_c4x6k3w8j7n9b1z5s2t4m8q0vePath identifier
path_c4x6k3w8j7n9b1z5s2t4m8q0veObject ID with prefix "path_"
path_agqkbwfj3n3bzeizhftdfd5cv4Example: path_c4x6k3w8j7n9b1z5s2t4m8q0veObject ID with prefix "svc_"
svc_c4x6k3w8j7n9b1z5s2t4m8q0veConcrete API path template (must start with a forward slash).
/users/{userId}Short summary of the path across its operations.
User management endpointsLong-form description of the path shared across operations (markdown).
Operations for managing user resources.Object ID with prefix "ver_"
ver_c4x6k3w8j7n9b1z5s2t4m8q0ve2026-09-14T16:55:48.955ZExample: 2024-01-15T10:30:00.000ZPath updated
Path is an API path entry representing a templated URL segment and any metadata shared by its operations.
Object ID with prefix "path_"
path_agqkbwfj3n3bzeizgittryq7fuExample: path_c4x6k3w8j7n9b1z5s2t4m8q0veObject ID with prefix "svc_"
svc_c4x6k3w8j7n9b1z5s2t4m8q0veConcrete API path template (must start with a forward slash).
/users/{userId}Short summary of the path across its operations.
User management endpointsLong-form description of the path shared across operations (markdown).
Operations for managing user resources.Object ID with prefix "ver_"
ver_c4x6k3w8j7n9b1z5s2t4m8q0ve2026-09-14T16:55:48.955ZExample: 2024-01-15T10:30:00.000ZInvalid request
Unauthorized
Forbidden
Path not found
Internal Server Error
PATCH /v2/catalog/versions/{versionId}/paths/{id} HTTP/1.1
Host: api.appear.sh
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 303
{
"id": "path_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"serviceId": "svc_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"path": "/users/{userId}",
"summary": "User management endpoints",
"description": "Operations for managing user resources.",
"kvStorage": {},
"versionId": "ver_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"updatedAt": "2024-01-15T10:30:00.000Z"
}{
"id": "path_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"serviceId": "svc_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"path": "/users/{userId}",
"summary": "User management endpoints",
"description": "Operations for managing user resources.",
"kvStorage": {},
"versionId": "ver_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"updatedAt": "2024-01-15T10:30:00.000Z"
}List all Paths items.
Path is an API path entry representing a templated URL segment and any metadata shared by its operations.
Project API key authentication. Use your project API key as a Bearer token in the Authorization header.
Project slug or project id (proj_*)
Object ID with prefix "proj_"
proj_c4x6k3w8j7n9b1z5s2t4m8q0veVersion type, can be either 'branch' or 'environment'
branchPossible values: Version slug
mainCursor for pagination (item ID)
Maximum number of items to return (default: 50, max: 1000)
50Sort order. Use 'prop' for ascending, '-prop' for descending. Multiple params supported (e.g. sort=name&sort=-createdAt)
List of Paths
Paths collection
Invalid request
Unauthorized
Forbidden
Internal Server Error
GET /v2/catalog/projects/{projectRef}/{versionType}/{versionSlug}/paths HTTP/1.1
Host: api.appear.sh
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"items": [],
"pagination": {
"nextCursor": null,
"hasMore": true,
"limit": 1
}
}Create a new Path item.
Path is an API path entry representing a templated URL segment and any metadata shared by its operations.
Project API key authentication. Use your project API key as a Bearer token in the Authorization header.
Project slug or project id (proj_*)
Object ID with prefix "proj_"
proj_c4x6k3w8j7n9b1z5s2t4m8q0veVersion type, can be either 'branch' or 'environment'
branchPossible values: Version slug
mainPath is an API path entry representing a templated URL segment and any metadata shared by its operations.
Object ID with prefix "path_"
path_agqkbwfj3n3bzeizgittryq7fuExample: path_c4x6k3w8j7n9b1z5s2t4m8q0veObject ID with prefix "svc_"
svc_c4x6k3w8j7n9b1z5s2t4m8q0veConcrete API path template (must start with a forward slash).
/users/{userId}Short summary of the path across its operations.
User management endpointsLong-form description of the path shared across operations (markdown).
Operations for managing user resources.Object ID with prefix "ver_"
ver_c4x6k3w8j7n9b1z5s2t4m8q0ve2026-09-14T16:55:48.955ZExample: 2024-01-15T10:30:00.000ZPath created
Path is an API path entry representing a templated URL segment and any metadata shared by its operations.
Object ID with prefix "path_"
path_agqkbwfj3n3bzeizgittryq7fuExample: path_c4x6k3w8j7n9b1z5s2t4m8q0veObject ID with prefix "svc_"
svc_c4x6k3w8j7n9b1z5s2t4m8q0veConcrete API path template (must start with a forward slash).
/users/{userId}Short summary of the path across its operations.
User management endpointsLong-form description of the path shared across operations (markdown).
Operations for managing user resources.Object ID with prefix "ver_"
ver_c4x6k3w8j7n9b1z5s2t4m8q0ve2026-09-14T16:55:48.955ZExample: 2024-01-15T10:30:00.000ZInvalid request
Unauthorized
Forbidden
Conflict
Internal Server Error
POST /v2/catalog/projects/{projectRef}/{versionType}/{versionSlug}/paths HTTP/1.1
Host: api.appear.sh
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 303
{
"id": "path_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"serviceId": "svc_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"path": "/users/{userId}",
"summary": "User management endpoints",
"description": "Operations for managing user resources.",
"kvStorage": {},
"versionId": "ver_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"updatedAt": "2024-01-15T10:30:00.000Z"
}{
"id": "path_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"serviceId": "svc_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"path": "/users/{userId}",
"summary": "User management endpoints",
"description": "Operations for managing user resources.",
"kvStorage": {},
"versionId": "ver_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"updatedAt": "2024-01-15T10:30:00.000Z"
}Get a Path item by its id.
Path is an API path entry representing a templated URL segment and any metadata shared by its operations.
Project API key authentication. Use your project API key as a Bearer token in the Authorization header.
Project slug or project id (proj_*)
Object ID with prefix "proj_"
proj_c4x6k3w8j7n9b1z5s2t4m8q0veVersion type, can be either 'branch' or 'environment'
branchPossible values: Version slug
mainPath identifier
path_c4x6k3w8j7n9b1z5s2t4m8q0vePath details
Path is an API path entry representing a templated URL segment and any metadata shared by its operations.
Object ID with prefix "path_"
path_agqkbwfj3n3bzeizgittryq7fuExample: path_c4x6k3w8j7n9b1z5s2t4m8q0veObject ID with prefix "svc_"
svc_c4x6k3w8j7n9b1z5s2t4m8q0veConcrete API path template (must start with a forward slash).
/users/{userId}Short summary of the path across its operations.
User management endpointsLong-form description of the path shared across operations (markdown).
Operations for managing user resources.Object ID with prefix "ver_"
ver_c4x6k3w8j7n9b1z5s2t4m8q0ve2026-09-14T16:55:48.955ZExample: 2024-01-15T10:30:00.000ZInvalid request
Unauthorized
Forbidden
Path not found
Internal Server Error
GET /v2/catalog/projects/{projectRef}/{versionType}/{versionSlug}/paths/{id} HTTP/1.1
Host: api.appear.sh
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"id": "path_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"serviceId": "svc_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"path": "/users/{userId}",
"summary": "User management endpoints",
"description": "Operations for managing user resources.",
"kvStorage": {},
"versionId": "ver_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"updatedAt": "2024-01-15T10:30:00.000Z"
}Completely replaces a Path item by its id.
Path is an API path entry representing a templated URL segment and any metadata shared by its operations.
Project API key authentication. Use your project API key as a Bearer token in the Authorization header.
Project slug or project id (proj_*)
Object ID with prefix "proj_"
proj_c4x6k3w8j7n9b1z5s2t4m8q0veVersion type, can be either 'branch' or 'environment'
branchPossible values: Version slug
mainPath identifier
path_c4x6k3w8j7n9b1z5s2t4m8q0vePath is an API path entry representing a templated URL segment and any metadata shared by its operations.
Object ID with prefix "path_"
path_agqkbwfj3n3bzeizgittryq7fuExample: path_c4x6k3w8j7n9b1z5s2t4m8q0veObject ID with prefix "svc_"
svc_c4x6k3w8j7n9b1z5s2t4m8q0veConcrete API path template (must start with a forward slash).
/users/{userId}Short summary of the path across its operations.
User management endpointsLong-form description of the path shared across operations (markdown).
Operations for managing user resources.Object ID with prefix "ver_"
ver_c4x6k3w8j7n9b1z5s2t4m8q0ve2026-09-14T16:55:48.955ZExample: 2024-01-15T10:30:00.000ZPath replaced
Path is an API path entry representing a templated URL segment and any metadata shared by its operations.
Object ID with prefix "path_"
path_agqkbwfj3n3bzeizgittryq7fuExample: path_c4x6k3w8j7n9b1z5s2t4m8q0veObject ID with prefix "svc_"
svc_c4x6k3w8j7n9b1z5s2t4m8q0veConcrete API path template (must start with a forward slash).
/users/{userId}Short summary of the path across its operations.
User management endpointsLong-form description of the path shared across operations (markdown).
Operations for managing user resources.Object ID with prefix "ver_"
ver_c4x6k3w8j7n9b1z5s2t4m8q0ve2026-09-14T16:55:48.955ZExample: 2024-01-15T10:30:00.000ZPath created
Invalid request
Unauthorized
Forbidden
Path not found
Internal Server Error
POST /v2/catalog/projects/{projectRef}/{versionType}/{versionSlug}/paths/{id} HTTP/1.1
Host: api.appear.sh
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 303
{
"id": "path_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"serviceId": "svc_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"path": "/users/{userId}",
"summary": "User management endpoints",
"description": "Operations for managing user resources.",
"kvStorage": {},
"versionId": "ver_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"updatedAt": "2024-01-15T10:30:00.000Z"
}{
"id": "path_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"serviceId": "svc_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"path": "/users/{userId}",
"summary": "User management endpoints",
"description": "Operations for managing user resources.",
"kvStorage": {},
"versionId": "ver_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"updatedAt": "2024-01-15T10:30:00.000Z"
}Delete a Path item by its id.
Path is an API path entry representing a templated URL segment and any metadata shared by its operations.
Project API key authentication. Use your project API key as a Bearer token in the Authorization header.
Project slug or project id (proj_*)
Object ID with prefix "proj_"
proj_c4x6k3w8j7n9b1z5s2t4m8q0veVersion type, can be either 'branch' or 'environment'
branchPossible values: Version slug
mainPath identifier
path_c4x6k3w8j7n9b1z5s2t4m8q0vePath deleted
No content
Invalid request
Unauthorized
Forbidden
Path not found
Internal Server Error
DELETE /v2/catalog/projects/{projectRef}/{versionType}/{versionSlug}/paths/{id} HTTP/1.1
Host: api.appear.sh
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
No content
Partially updates a Path item by its id.
Path is an API path entry representing a templated URL segment and any metadata shared by its operations.
Project API key authentication. Use your project API key as a Bearer token in the Authorization header.
Project slug or project id (proj_*)
Object ID with prefix "proj_"
proj_c4x6k3w8j7n9b1z5s2t4m8q0veVersion type, can be either 'branch' or 'environment'
branchPossible values: Version slug
mainPath identifier
path_c4x6k3w8j7n9b1z5s2t4m8q0veObject ID with prefix "path_"
path_agqkbwfj3n3bzeizia5zfk6l2mExample: path_c4x6k3w8j7n9b1z5s2t4m8q0veObject ID with prefix "svc_"
svc_c4x6k3w8j7n9b1z5s2t4m8q0veConcrete API path template (must start with a forward slash).
/users/{userId}Short summary of the path across its operations.
User management endpointsLong-form description of the path shared across operations (markdown).
Operations for managing user resources.Object ID with prefix "ver_"
ver_c4x6k3w8j7n9b1z5s2t4m8q0ve2026-09-14T16:55:48.955ZExample: 2024-01-15T10:30:00.000ZPath updated
Path is an API path entry representing a templated URL segment and any metadata shared by its operations.
Object ID with prefix "path_"
path_agqkbwfj3n3bzeizgittryq7fuExample: path_c4x6k3w8j7n9b1z5s2t4m8q0veObject ID with prefix "svc_"
svc_c4x6k3w8j7n9b1z5s2t4m8q0veConcrete API path template (must start with a forward slash).
/users/{userId}Short summary of the path across its operations.
User management endpointsLong-form description of the path shared across operations (markdown).
Operations for managing user resources.Object ID with prefix "ver_"
ver_c4x6k3w8j7n9b1z5s2t4m8q0ve2026-09-14T16:55:48.955ZExample: 2024-01-15T10:30:00.000ZInvalid request
Unauthorized
Forbidden
Path not found
Internal Server Error
PATCH /v2/catalog/projects/{projectRef}/{versionType}/{versionSlug}/paths/{id} HTTP/1.1
Host: api.appear.sh
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 303
{
"id": "path_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"serviceId": "svc_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"path": "/users/{userId}",
"summary": "User management endpoints",
"description": "Operations for managing user resources.",
"kvStorage": {},
"versionId": "ver_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"updatedAt": "2024-01-15T10:30:00.000Z"
}{
"id": "path_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"serviceId": "svc_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"path": "/users/{userId}",
"summary": "User management endpoints",
"description": "Operations for managing user resources.",
"kvStorage": {},
"versionId": "ver_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"updatedAt": "2024-01-15T10:30:00.000Z"
}Last updated