x-6a-deeplink-id
When multiple users have a copy of the same OpenAPI document (e.g. identical values for x-6a-deeplink-id
), you can share direct links to endpoints without an intermediary web server. These links use the format: callosum://share/{x-6a-deeplink-id}/endpoint#{endpoint-id}
so your application only needs to know the deeplink ids for the documents you’ve previously opened.
When deep linking is enabled in your callosum app, this value is automatically generated and added to the info section of OpenAPI documents as you open them.
Field Name | Type | Description |
---|---|---|
x-6a-deeplink-id | string (UUID) | A globally unique identifier for the OpenAPI document. |