Examples
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 Examples
Examples collection
Invalid request
Unauthorized
Forbidden
Internal Server Error
GET /v2/catalog/versions/{versionId}/examples HTTP/1.1
Host: api.appear.sh
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"items": [],
"pagination": {
"nextCursor": null,
"hasMore": true,
"limit": 1
}
}Project API key authentication. Use your project API key as a Bearer token in the Authorization header.
Catalog version identifier
ver_c4x6k3w8j7n9b1z5s2t4m8q0veExample is a reusable example that holds either an inline payload or an external reference for request or response bodies.
Object ID with prefix "expl_"
expl_agqatw3xir2znbb3nkko4ker4aExample: expl_c4x6k3w8j7n9b1z5s2t4m8q0veNon-unique name of a reusable example; matches how it is referenced in API definitions.
defaultInline example payload for the referenced content type.
{"id":"123","name":"Example"}URL pointing to an external example payload.
https://example.com/sample.jsonExample user objectExample description in markdown.
A sample user object demonstrating the expected structure.Example description in ProseMirror JSON blocks.
{"type":"paragraph","content":[{"type":"text","text":"Example description in rich text format."}]}Object ID with prefix "ver_"
ver_c4x6k3w8j7n9b1z5s2t4m8q0ve2026-08-16T09:16:12.996ZExample: 2024-01-15T10:30:00.000ZExample created
Example is a reusable example that holds either an inline payload or an external reference for request or response bodies.
Object ID with prefix "expl_"
expl_agqatw3xir2znbb3nkko4ker4aExample: expl_c4x6k3w8j7n9b1z5s2t4m8q0veNon-unique name of a reusable example; matches how it is referenced in API definitions.
defaultInline example payload for the referenced content type.
{"id":"123","name":"Example"}URL pointing to an external example payload.
https://example.com/sample.jsonExample user objectExample description in markdown.
A sample user object demonstrating the expected structure.Example description in ProseMirror JSON blocks.
{"type":"paragraph","content":[{"type":"text","text":"Example description in rich text format."}]}Object ID with prefix "ver_"
ver_c4x6k3w8j7n9b1z5s2t4m8q0ve2026-08-16T09:16:12.996ZExample: 2024-01-15T10:30:00.000ZInvalid request
Unauthorized
Forbidden
Conflict
Internal Server Error
POST /v2/catalog/versions/{versionId}/examples HTTP/1.1
Host: api.appear.sh
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 470
{
"id": "expl_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"name": "default",
"value": {
"id": "123",
"name": "Example"
},
"externalValue": "https://example.com/sample.json",
"summary": "Example user object",
"description": "A sample user object demonstrating the expected structure.",
"descriptionBlocks": {
"type": "paragraph",
"content": [
{
"type": "text",
"text": "Example description in rich text format."
}
]
},
"kvStorage": {},
"versionId": "ver_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"updatedAt": "2024-01-15T10:30:00.000Z"
}{
"id": "expl_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"name": "default",
"value": {
"id": "123",
"name": "Example"
},
"externalValue": "https://example.com/sample.json",
"summary": "Example user object",
"description": "A sample user object demonstrating the expected structure.",
"descriptionBlocks": {
"type": "paragraph",
"content": [
{
"type": "text",
"text": "Example description in rich text format."
}
]
},
"kvStorage": {},
"versionId": "ver_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"updatedAt": "2024-01-15T10:30:00.000Z"
}Project API key authentication. Use your project API key as a Bearer token in the Authorization header.
Catalog version identifier
ver_c4x6k3w8j7n9b1z5s2t4m8q0veExample identifier
expl_c4x6k3w8j7n9b1z5s2t4m8q0veExample details
Example is a reusable example that holds either an inline payload or an external reference for request or response bodies.
Object ID with prefix "expl_"
expl_agqatw3xir2znbb3nkko4ker4aExample: expl_c4x6k3w8j7n9b1z5s2t4m8q0veNon-unique name of a reusable example; matches how it is referenced in API definitions.
defaultInline example payload for the referenced content type.
{"id":"123","name":"Example"}URL pointing to an external example payload.
https://example.com/sample.jsonExample user objectExample description in markdown.
A sample user object demonstrating the expected structure.Example description in ProseMirror JSON blocks.
{"type":"paragraph","content":[{"type":"text","text":"Example description in rich text format."}]}Object ID with prefix "ver_"
ver_c4x6k3w8j7n9b1z5s2t4m8q0ve2026-08-16T09:16:12.996ZExample: 2024-01-15T10:30:00.000ZInvalid request
Unauthorized
Forbidden
Example not found
Internal Server Error
GET /v2/catalog/versions/{versionId}/examples/{id} HTTP/1.1
Host: api.appear.sh
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"id": "expl_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"name": "default",
"value": {
"id": "123",
"name": "Example"
},
"externalValue": "https://example.com/sample.json",
"summary": "Example user object",
"description": "A sample user object demonstrating the expected structure.",
"descriptionBlocks": {
"type": "paragraph",
"content": [
{
"type": "text",
"text": "Example description in rich text format."
}
]
},
"kvStorage": {},
"versionId": "ver_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"updatedAt": "2024-01-15T10:30:00.000Z"
}Project API key authentication. Use your project API key as a Bearer token in the Authorization header.
Catalog version identifier
ver_c4x6k3w8j7n9b1z5s2t4m8q0veExample identifier
expl_c4x6k3w8j7n9b1z5s2t4m8q0veExample is a reusable example that holds either an inline payload or an external reference for request or response bodies.
Object ID with prefix "expl_"
expl_agqatw3xir2znbb3nkko4ker4aExample: expl_c4x6k3w8j7n9b1z5s2t4m8q0veNon-unique name of a reusable example; matches how it is referenced in API definitions.
defaultInline example payload for the referenced content type.
{"id":"123","name":"Example"}URL pointing to an external example payload.
https://example.com/sample.jsonExample user objectExample description in markdown.
A sample user object demonstrating the expected structure.Example description in ProseMirror JSON blocks.
{"type":"paragraph","content":[{"type":"text","text":"Example description in rich text format."}]}Object ID with prefix "ver_"
ver_c4x6k3w8j7n9b1z5s2t4m8q0ve2026-08-16T09:16:12.996ZExample: 2024-01-15T10:30:00.000ZExample replaced
Example is a reusable example that holds either an inline payload or an external reference for request or response bodies.
Object ID with prefix "expl_"
expl_agqatw3xir2znbb3nkko4ker4aExample: expl_c4x6k3w8j7n9b1z5s2t4m8q0veNon-unique name of a reusable example; matches how it is referenced in API definitions.
defaultInline example payload for the referenced content type.
{"id":"123","name":"Example"}URL pointing to an external example payload.
https://example.com/sample.jsonExample user objectExample description in markdown.
A sample user object demonstrating the expected structure.Example description in ProseMirror JSON blocks.
{"type":"paragraph","content":[{"type":"text","text":"Example description in rich text format."}]}Object ID with prefix "ver_"
ver_c4x6k3w8j7n9b1z5s2t4m8q0ve2026-08-16T09:16:12.996ZExample: 2024-01-15T10:30:00.000ZExample created
Invalid request
Unauthorized
Forbidden
Example not found
Internal Server Error
POST /v2/catalog/versions/{versionId}/examples/{id} HTTP/1.1
Host: api.appear.sh
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 470
{
"id": "expl_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"name": "default",
"value": {
"id": "123",
"name": "Example"
},
"externalValue": "https://example.com/sample.json",
"summary": "Example user object",
"description": "A sample user object demonstrating the expected structure.",
"descriptionBlocks": {
"type": "paragraph",
"content": [
{
"type": "text",
"text": "Example description in rich text format."
}
]
},
"kvStorage": {},
"versionId": "ver_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"updatedAt": "2024-01-15T10:30:00.000Z"
}{
"id": "expl_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"name": "default",
"value": {
"id": "123",
"name": "Example"
},
"externalValue": "https://example.com/sample.json",
"summary": "Example user object",
"description": "A sample user object demonstrating the expected structure.",
"descriptionBlocks": {
"type": "paragraph",
"content": [
{
"type": "text",
"text": "Example description in rich text format."
}
]
},
"kvStorage": {},
"versionId": "ver_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"updatedAt": "2024-01-15T10:30:00.000Z"
}Project API key authentication. Use your project API key as a Bearer token in the Authorization header.
Catalog version identifier
ver_c4x6k3w8j7n9b1z5s2t4m8q0veExample identifier
expl_c4x6k3w8j7n9b1z5s2t4m8q0veExample deleted
No content
Invalid request
Unauthorized
Forbidden
Example not found
Internal Server Error
DELETE /v2/catalog/versions/{versionId}/examples/{id} HTTP/1.1
Host: api.appear.sh
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
No content
Project API key authentication. Use your project API key as a Bearer token in the Authorization header.
Catalog version identifier
ver_c4x6k3w8j7n9b1z5s2t4m8q0veExample identifier
expl_c4x6k3w8j7n9b1z5s2t4m8q0veObject ID with prefix "expl_"
expl_agqatw3xir2znbb3ookifvvcmmExample: expl_c4x6k3w8j7n9b1z5s2t4m8q0veNon-unique name of a reusable example; matches how it is referenced in API definitions.
defaultInline example payload for the referenced content type.
{"id":"123","name":"Example"}URL pointing to an external example payload.
https://example.com/sample.jsonExample user objectExample description in markdown.
A sample user object demonstrating the expected structure.Example description in ProseMirror JSON blocks.
{"type":"paragraph","content":[{"type":"text","text":"Example description in rich text format."}]}Object ID with prefix "ver_"
ver_c4x6k3w8j7n9b1z5s2t4m8q0ve2026-08-16T09:16:12.996ZExample: 2024-01-15T10:30:00.000ZExample updated
Example is a reusable example that holds either an inline payload or an external reference for request or response bodies.
Object ID with prefix "expl_"
expl_agqatw3xir2znbb3nkko4ker4aExample: expl_c4x6k3w8j7n9b1z5s2t4m8q0veNon-unique name of a reusable example; matches how it is referenced in API definitions.
defaultInline example payload for the referenced content type.
{"id":"123","name":"Example"}URL pointing to an external example payload.
https://example.com/sample.jsonExample user objectExample description in markdown.
A sample user object demonstrating the expected structure.Example description in ProseMirror JSON blocks.
{"type":"paragraph","content":[{"type":"text","text":"Example description in rich text format."}]}Object ID with prefix "ver_"
ver_c4x6k3w8j7n9b1z5s2t4m8q0ve2026-08-16T09:16:12.996ZExample: 2024-01-15T10:30:00.000ZInvalid request
Unauthorized
Forbidden
Example not found
Internal Server Error
PATCH /v2/catalog/versions/{versionId}/examples/{id} HTTP/1.1
Host: api.appear.sh
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 470
{
"id": "expl_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"name": "default",
"value": {
"id": "123",
"name": "Example"
},
"externalValue": "https://example.com/sample.json",
"summary": "Example user object",
"description": "A sample user object demonstrating the expected structure.",
"descriptionBlocks": {
"type": "paragraph",
"content": [
{
"type": "text",
"text": "Example description in rich text format."
}
]
},
"kvStorage": {},
"versionId": "ver_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"updatedAt": "2024-01-15T10:30:00.000Z"
}{
"id": "expl_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"name": "default",
"value": {
"id": "123",
"name": "Example"
},
"externalValue": "https://example.com/sample.json",
"summary": "Example user object",
"description": "A sample user object demonstrating the expected structure.",
"descriptionBlocks": {
"type": "paragraph",
"content": [
{
"type": "text",
"text": "Example description in rich text format."
}
]
},
"kvStorage": {},
"versionId": "ver_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"updatedAt": "2024-01-15T10:30:00.000Z"
}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 Examples
Examples collection
Invalid request
Unauthorized
Forbidden
Internal Server Error
GET /v2/catalog/projects/{projectRef}/{versionType}/{versionSlug}/examples HTTP/1.1
Host: api.appear.sh
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"items": [],
"pagination": {
"nextCursor": null,
"hasMore": true,
"limit": 1
}
}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
mainExample is a reusable example that holds either an inline payload or an external reference for request or response bodies.
Object ID with prefix "expl_"
expl_agqatw3xir2znbb3nkko4ker4aExample: expl_c4x6k3w8j7n9b1z5s2t4m8q0veNon-unique name of a reusable example; matches how it is referenced in API definitions.
defaultInline example payload for the referenced content type.
{"id":"123","name":"Example"}URL pointing to an external example payload.
https://example.com/sample.jsonExample user objectExample description in markdown.
A sample user object demonstrating the expected structure.Example description in ProseMirror JSON blocks.
{"type":"paragraph","content":[{"type":"text","text":"Example description in rich text format."}]}Object ID with prefix "ver_"
ver_c4x6k3w8j7n9b1z5s2t4m8q0ve2026-08-16T09:16:12.996ZExample: 2024-01-15T10:30:00.000ZExample created
Example is a reusable example that holds either an inline payload or an external reference for request or response bodies.
Object ID with prefix "expl_"
expl_agqatw3xir2znbb3nkko4ker4aExample: expl_c4x6k3w8j7n9b1z5s2t4m8q0veNon-unique name of a reusable example; matches how it is referenced in API definitions.
defaultInline example payload for the referenced content type.
{"id":"123","name":"Example"}URL pointing to an external example payload.
https://example.com/sample.jsonExample user objectExample description in markdown.
A sample user object demonstrating the expected structure.Example description in ProseMirror JSON blocks.
{"type":"paragraph","content":[{"type":"text","text":"Example description in rich text format."}]}Object ID with prefix "ver_"
ver_c4x6k3w8j7n9b1z5s2t4m8q0ve2026-08-16T09:16:12.996ZExample: 2024-01-15T10:30:00.000ZInvalid request
Unauthorized
Forbidden
Conflict
Internal Server Error
POST /v2/catalog/projects/{projectRef}/{versionType}/{versionSlug}/examples HTTP/1.1
Host: api.appear.sh
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 470
{
"id": "expl_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"name": "default",
"value": {
"id": "123",
"name": "Example"
},
"externalValue": "https://example.com/sample.json",
"summary": "Example user object",
"description": "A sample user object demonstrating the expected structure.",
"descriptionBlocks": {
"type": "paragraph",
"content": [
{
"type": "text",
"text": "Example description in rich text format."
}
]
},
"kvStorage": {},
"versionId": "ver_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"updatedAt": "2024-01-15T10:30:00.000Z"
}{
"id": "expl_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"name": "default",
"value": {
"id": "123",
"name": "Example"
},
"externalValue": "https://example.com/sample.json",
"summary": "Example user object",
"description": "A sample user object demonstrating the expected structure.",
"descriptionBlocks": {
"type": "paragraph",
"content": [
{
"type": "text",
"text": "Example description in rich text format."
}
]
},
"kvStorage": {},
"versionId": "ver_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"updatedAt": "2024-01-15T10:30:00.000Z"
}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
mainExample identifier
expl_c4x6k3w8j7n9b1z5s2t4m8q0veExample details
Example is a reusable example that holds either an inline payload or an external reference for request or response bodies.
Object ID with prefix "expl_"
expl_agqatw3xir2znbb3nkko4ker4aExample: expl_c4x6k3w8j7n9b1z5s2t4m8q0veNon-unique name of a reusable example; matches how it is referenced in API definitions.
defaultInline example payload for the referenced content type.
{"id":"123","name":"Example"}URL pointing to an external example payload.
https://example.com/sample.jsonExample user objectExample description in markdown.
A sample user object demonstrating the expected structure.Example description in ProseMirror JSON blocks.
{"type":"paragraph","content":[{"type":"text","text":"Example description in rich text format."}]}Object ID with prefix "ver_"
ver_c4x6k3w8j7n9b1z5s2t4m8q0ve2026-08-16T09:16:12.996ZExample: 2024-01-15T10:30:00.000ZInvalid request
Unauthorized
Forbidden
Example not found
Internal Server Error
GET /v2/catalog/projects/{projectRef}/{versionType}/{versionSlug}/examples/{id} HTTP/1.1
Host: api.appear.sh
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"id": "expl_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"name": "default",
"value": {
"id": "123",
"name": "Example"
},
"externalValue": "https://example.com/sample.json",
"summary": "Example user object",
"description": "A sample user object demonstrating the expected structure.",
"descriptionBlocks": {
"type": "paragraph",
"content": [
{
"type": "text",
"text": "Example description in rich text format."
}
]
},
"kvStorage": {},
"versionId": "ver_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"updatedAt": "2024-01-15T10:30:00.000Z"
}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
mainExample identifier
expl_c4x6k3w8j7n9b1z5s2t4m8q0veExample is a reusable example that holds either an inline payload or an external reference for request or response bodies.
Object ID with prefix "expl_"
expl_agqatw3xir2znbb3nkko4ker4aExample: expl_c4x6k3w8j7n9b1z5s2t4m8q0veNon-unique name of a reusable example; matches how it is referenced in API definitions.
defaultInline example payload for the referenced content type.
{"id":"123","name":"Example"}URL pointing to an external example payload.
https://example.com/sample.jsonExample user objectExample description in markdown.
A sample user object demonstrating the expected structure.Example description in ProseMirror JSON blocks.
{"type":"paragraph","content":[{"type":"text","text":"Example description in rich text format."}]}Object ID with prefix "ver_"
ver_c4x6k3w8j7n9b1z5s2t4m8q0ve2026-08-16T09:16:12.996ZExample: 2024-01-15T10:30:00.000ZExample replaced
Example is a reusable example that holds either an inline payload or an external reference for request or response bodies.
Object ID with prefix "expl_"
expl_agqatw3xir2znbb3nkko4ker4aExample: expl_c4x6k3w8j7n9b1z5s2t4m8q0veNon-unique name of a reusable example; matches how it is referenced in API definitions.
defaultInline example payload for the referenced content type.
{"id":"123","name":"Example"}URL pointing to an external example payload.
https://example.com/sample.jsonExample user objectExample description in markdown.
A sample user object demonstrating the expected structure.Example description in ProseMirror JSON blocks.
{"type":"paragraph","content":[{"type":"text","text":"Example description in rich text format."}]}Object ID with prefix "ver_"
ver_c4x6k3w8j7n9b1z5s2t4m8q0ve2026-08-16T09:16:12.996ZExample: 2024-01-15T10:30:00.000ZExample created
Invalid request
Unauthorized
Forbidden
Example not found
Internal Server Error
POST /v2/catalog/projects/{projectRef}/{versionType}/{versionSlug}/examples/{id} HTTP/1.1
Host: api.appear.sh
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 470
{
"id": "expl_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"name": "default",
"value": {
"id": "123",
"name": "Example"
},
"externalValue": "https://example.com/sample.json",
"summary": "Example user object",
"description": "A sample user object demonstrating the expected structure.",
"descriptionBlocks": {
"type": "paragraph",
"content": [
{
"type": "text",
"text": "Example description in rich text format."
}
]
},
"kvStorage": {},
"versionId": "ver_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"updatedAt": "2024-01-15T10:30:00.000Z"
}{
"id": "expl_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"name": "default",
"value": {
"id": "123",
"name": "Example"
},
"externalValue": "https://example.com/sample.json",
"summary": "Example user object",
"description": "A sample user object demonstrating the expected structure.",
"descriptionBlocks": {
"type": "paragraph",
"content": [
{
"type": "text",
"text": "Example description in rich text format."
}
]
},
"kvStorage": {},
"versionId": "ver_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"updatedAt": "2024-01-15T10:30:00.000Z"
}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
mainExample identifier
expl_c4x6k3w8j7n9b1z5s2t4m8q0veExample deleted
No content
Invalid request
Unauthorized
Forbidden
Example not found
Internal Server Error
DELETE /v2/catalog/projects/{projectRef}/{versionType}/{versionSlug}/examples/{id} HTTP/1.1
Host: api.appear.sh
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
No content
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
mainExample identifier
expl_c4x6k3w8j7n9b1z5s2t4m8q0veObject ID with prefix "expl_"
expl_agqatw3xir2znbb3pljxeetm3uExample: expl_c4x6k3w8j7n9b1z5s2t4m8q0veNon-unique name of a reusable example; matches how it is referenced in API definitions.
defaultInline example payload for the referenced content type.
{"id":"123","name":"Example"}URL pointing to an external example payload.
https://example.com/sample.jsonExample user objectExample description in markdown.
A sample user object demonstrating the expected structure.Example description in ProseMirror JSON blocks.
{"type":"paragraph","content":[{"type":"text","text":"Example description in rich text format."}]}Object ID with prefix "ver_"
ver_c4x6k3w8j7n9b1z5s2t4m8q0ve2026-08-16T09:16:12.996ZExample: 2024-01-15T10:30:00.000ZExample updated
Example is a reusable example that holds either an inline payload or an external reference for request or response bodies.
Object ID with prefix "expl_"
expl_agqatw3xir2znbb3nkko4ker4aExample: expl_c4x6k3w8j7n9b1z5s2t4m8q0veNon-unique name of a reusable example; matches how it is referenced in API definitions.
defaultInline example payload for the referenced content type.
{"id":"123","name":"Example"}URL pointing to an external example payload.
https://example.com/sample.jsonExample user objectExample description in markdown.
A sample user object demonstrating the expected structure.Example description in ProseMirror JSON blocks.
{"type":"paragraph","content":[{"type":"text","text":"Example description in rich text format."}]}Object ID with prefix "ver_"
ver_c4x6k3w8j7n9b1z5s2t4m8q0ve2026-08-16T09:16:12.996ZExample: 2024-01-15T10:30:00.000ZInvalid request
Unauthorized
Forbidden
Example not found
Internal Server Error
PATCH /v2/catalog/projects/{projectRef}/{versionType}/{versionSlug}/examples/{id} HTTP/1.1
Host: api.appear.sh
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 470
{
"id": "expl_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"name": "default",
"value": {
"id": "123",
"name": "Example"
},
"externalValue": "https://example.com/sample.json",
"summary": "Example user object",
"description": "A sample user object demonstrating the expected structure.",
"descriptionBlocks": {
"type": "paragraph",
"content": [
{
"type": "text",
"text": "Example description in rich text format."
}
]
},
"kvStorage": {},
"versionId": "ver_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"updatedAt": "2024-01-15T10:30:00.000Z"
}{
"id": "expl_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"name": "default",
"value": {
"id": "123",
"name": "Example"
},
"externalValue": "https://example.com/sample.json",
"summary": "Example user object",
"description": "A sample user object demonstrating the expected structure.",
"descriptionBlocks": {
"type": "paragraph",
"content": [
{
"type": "text",
"text": "Example description in rich text format."
}
]
},
"kvStorage": {},
"versionId": "ver_c4x6k3w8j7n9b1z5s2t4m8q0ve",
"updatedAt": "2024-01-15T10:30:00.000Z"
}Last updated