/bookmarks
"/bookmarks": {
delete?: undefined;
get: {
parameters: {
cookie?: undefined;
header?: undefined;
path?: undefined;
query?: {
include?: "collection" | null;
"page[limit]"?: number;
"page[marker]"?: string | null;
};
};
requestBody?: undefined;
responses: {
"200": {
content: {
"application/json": {
data: {
attributes: { name: string; path: string
| null };
id: string;
relationships: { collection: { data: { id: ...; type: ... } } };
type: "Bookmark";
}[];
included?: {
attributes: { display_name: string; high_assurance: boolean };
id: string;
type: "Collection";
}[];
links?: { next: string };
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
};
"422": {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
};
};
};
head?: undefined;
options?: undefined;
parameters: {
cookie?: undefined;
header?: undefined;
path?: undefined;
query?: undefined;
};
patch?: undefined;
post: {
parameters: {
cookie?: undefined;
header?: undefined;
path?: undefined;
query?: undefined;
};
requestBody: {
content: {
"application/json": {
data: {
attributes: { name: string; path: string };
relationships: {
collection: { data: { id: string; type: "Collection" } };
};
type: "Bookmark";
};
};
};
};
responses: {
"201": {
content: {
"application/json": {
data: {
attributes: { name: string; path: string };
id: string;
relationships: {
collection: { data: { id: string; type: "Collection" } };
};
type: "Bookmark";
};
included?: {
attributes: { display_name: string; high_assurance: boolean };
id: string;
type: "Collection";
}[];
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
};
"422": {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
};
};
};
put?: undefined;
trace?: undefined;
}
Type Declaration
-
Optionaldelete?: undefined
-
get: {
parameters: {
cookie?: undefined;
header?: undefined;
path?: undefined;
query?: {
include?: "collection" | null;
"page[limit]"?: number;
"page[marker]"?: string | null;
};
};
requestBody?: undefined;
responses: {
"200": {
content: {
"application/json": {
data: {
attributes: { name: string; path: string
| null };
id: string;
relationships: { collection: { data: { id: ...; type: ... } } };
type: "Bookmark";
}[];
included?: {
attributes: { display_name: string; high_assurance: boolean };
id: string;
type: "Collection";
}[];
links?: { next: string };
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
};
"422": {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
};
};
}
-
parameters: {
cookie?: undefined;
header?: undefined;
path?: undefined;
query?: {
include?: "collection" | null;
"page[limit]"?: number;
"page[marker]"?: string | null;
};
}
-
Optionalcookie?: undefined
-
Optionalheader?: undefined
-
Optionalpath?: undefined
-
Optionalquery?: {
include?: "collection" | null;
"page[limit]"?: number;
"page[marker]"?: string | null;
}
-
Optionalinclude?: "collection" | null
-
Optionalpage[limit]?: number
-
Optionalpage[marker]?: string | null
-
OptionalrequestBody?: undefined
-
responses: {
"200": {
content: {
"application/json": {
data: {
attributes: { name: string; path: string | null };
id: string;
relationships: { collection: { data: { id: ...; type: ... } } };
type: "Bookmark";
}[];
included?: {
attributes: { display_name: string; high_assurance: boolean };
id: string;
type: "Collection";
}[];
links?: { next: string };
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
};
"422": {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
};
}
-
200: {
content: {
"application/json": {
data: {
attributes: { name: string; path: string | null };
id: string;
relationships: { collection: { data: { id: ...; type: ... } } };
type: "Bookmark";
}[];
included?: {
attributes: { display_name: string; high_assurance: boolean };
id: string;
type: "Collection";
}[];
links?: { next: string };
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
}
-
422: {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
}
-
Optionalhead?: undefined
-
Optionaloptions?: undefined
-
parameters: { cookie?: undefined; header?: undefined; path?: undefined; query?: undefined }
-
Optionalpatch?: undefined
-
post: {
parameters: {
cookie?: undefined;
header?: undefined;
path?: undefined;
query?: undefined;
};
requestBody: {
content: {
"application/json": {
data: {
attributes: { name: string; path: string };
relationships: {
collection: { data: { id: string; type: "Collection" } };
};
type: "Bookmark";
};
};
};
};
responses: {
"201": {
content: {
"application/json": {
data: {
attributes: { name: string; path: string };
id: string;
relationships: {
collection: { data: { id: string; type: "Collection" } };
};
type: "Bookmark";
};
included?: {
attributes: { display_name: string; high_assurance: boolean };
id: string;
type: "Collection";
}[];
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
};
"422": {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
};
};
}
-
parameters: { cookie?: undefined; header?: undefined; path?: undefined; query?: undefined }
-
requestBody: {
content: {
"application/json": {
data: {
attributes: { name: string; path: string };
relationships: {
collection: { data: { id: string; type: "Collection" } };
};
type: "Bookmark";
};
};
};
}
-
responses: {
"201": {
content: {
"application/json": {
data: {
attributes: { name: string; path: string };
id: string;
relationships: {
collection: { data: { id: string; type: "Collection" } };
};
type: "Bookmark";
};
included?: {
attributes: { display_name: string; high_assurance: boolean };
id: string;
type: "Collection";
}[];
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
};
"422": {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
};
}
-
201: {
content: {
"application/json": {
data: {
attributes: { name: string; path: string };
id: string;
relationships: {
collection: { data: { id: string; type: "Collection" } };
};
type: "Bookmark";
};
included?: {
attributes: { display_name: string; high_assurance: boolean };
id: string;
type: "Collection";
}[];
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
}
-
422: {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
}
-
Optionalput?: undefined
-
Optionaltrace?: undefined
/bookmarks/{bookmark_id}
"/bookmarks/{bookmark_id}": {
delete: {
parameters: {
cookie?: undefined;
header?: undefined;
path: { bookmark_id: string };
query?: undefined;
};
requestBody?: undefined;
responses: {
"200": {
content: { "application/json": { meta: { request_id: string } } };
headers: { [name: string]: unknown };
};
"422": {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
};
};
};
get: {
parameters: {
cookie?: undefined;
header?: undefined;
path: { bookmark_id: string };
query?: { include?: "collection" | null };
};
requestBody?: undefined;
responses: {
"200": {
content: {
"application/json": {
data: {
attributes: { name: string; path: string };
id: string;
relationships: {
collection: { data: { id: string; type: "Collection" } };
};
type: "Bookmark";
};
included?: {
attributes: { display_name: string; high_assurance: boolean };
id: string;
type: "Collection";
}[];
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
};
"422": {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
};
};
};
head?: undefined;
options?: undefined;
parameters: {
cookie?: undefined;
header?: undefined;
path?: undefined;
query?: undefined;
};
patch: {
parameters: {
cookie?: undefined;
header?: undefined;
path: { bookmark_id: string };
query?: undefined;
};
requestBody: {
content: {
"application/json": {
data: {
attributes: { name: string
| null; path: string };
type: "Bookmark";
};
};
};
};
responses: {
"200": {
content: {
"application/json": {
data: {
attributes: { name: string; path: string };
id: string;
relationships: {
collection: { data: { id: string; type: "Collection" } };
};
type: "Bookmark";
};
included?: {
attributes: { display_name: string; high_assurance: boolean };
id: string;
type: "Collection";
}[];
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
};
"422": {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
};
};
};
post?: undefined;
put?: undefined;
trace?: undefined;
}
Type Declaration
-
delete: {
parameters: {
cookie?: undefined;
header?: undefined;
path: { bookmark_id: string };
query?: undefined;
};
requestBody?: undefined;
responses: {
"200": {
content: { "application/json": { meta: { request_id: string } } };
headers: { [name: string]: unknown };
};
"422": {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
};
};
}
-
parameters: {
cookie?: undefined;
header?: undefined;
path: { bookmark_id: string };
query?: undefined;
}
-
OptionalrequestBody?: undefined
-
responses: {
"200": {
content: { "application/json": { meta: { request_id: string } } };
headers: { [name: string]: unknown };
};
"422": {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
};
}
-
200: {
content: { "application/json": { meta: { request_id: string } } };
headers: { [name: string]: unknown };
}
-
422: {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
}
-
get: {
parameters: {
cookie?: undefined;
header?: undefined;
path: { bookmark_id: string };
query?: { include?: "collection" | null };
};
requestBody?: undefined;
responses: {
"200": {
content: {
"application/json": {
data: {
attributes: { name: string; path: string };
id: string;
relationships: {
collection: { data: { id: string; type: "Collection" } };
};
type: "Bookmark";
};
included?: {
attributes: { display_name: string; high_assurance: boolean };
id: string;
type: "Collection";
}[];
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
};
"422": {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
};
};
}
-
parameters: {
cookie?: undefined;
header?: undefined;
path: { bookmark_id: string };
query?: { include?: "collection" | null };
}
-
Optionalcookie?: undefined
-
Optionalheader?: undefined
-
path: { bookmark_id: string }
-
Optionalquery?: { include?: "collection" | null }
-
Optionalinclude?: "collection" | null
-
OptionalrequestBody?: undefined
-
responses: {
"200": {
content: {
"application/json": {
data: {
attributes: { name: string; path: string };
id: string;
relationships: {
collection: { data: { id: string; type: "Collection" } };
};
type: "Bookmark";
};
included?: {
attributes: { display_name: string; high_assurance: boolean };
id: string;
type: "Collection";
}[];
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
};
"422": {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
};
}
-
200: {
content: {
"application/json": {
data: {
attributes: { name: string; path: string };
id: string;
relationships: {
collection: { data: { id: string; type: "Collection" } };
};
type: "Bookmark";
};
included?: {
attributes: { display_name: string; high_assurance: boolean };
id: string;
type: "Collection";
}[];
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
}
-
422: {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
}
-
Optionalhead?: undefined
-
Optionaloptions?: undefined
-
parameters: { cookie?: undefined; header?: undefined; path?: undefined; query?: undefined }
-
patch: {
parameters: {
cookie?: undefined;
header?: undefined;
path: { bookmark_id: string };
query?: undefined;
};
requestBody: {
content: {
"application/json": {
data: {
attributes: { name: string
| null; path: string };
type: "Bookmark";
};
};
};
};
responses: {
"200": {
content: {
"application/json": {
data: {
attributes: { name: string; path: string };
id: string;
relationships: {
collection: { data: { id: string; type: "Collection" } };
};
type: "Bookmark";
};
included?: {
attributes: { display_name: string; high_assurance: boolean };
id: string;
type: "Collection";
}[];
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
};
"422": {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
};
};
}
-
parameters: {
cookie?: undefined;
header?: undefined;
path: { bookmark_id: string };
query?: undefined;
}
-
requestBody: {
content: {
"application/json": {
data: {
attributes: { name: string | null; path: string };
type: "Bookmark";
};
};
};
}
-
responses: {
"200": {
content: {
"application/json": {
data: {
attributes: { name: string; path: string };
id: string;
relationships: {
collection: { data: { id: string; type: "Collection" } };
};
type: "Bookmark";
};
included?: {
attributes: { display_name: string; high_assurance: boolean };
id: string;
type: "Collection";
}[];
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
};
"422": {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
};
}
-
200: {
content: {
"application/json": {
data: {
attributes: { name: string; path: string };
id: string;
relationships: {
collection: { data: { id: string; type: "Collection" } };
};
type: "Bookmark";
};
included?: {
attributes: { display_name: string; high_assurance: boolean };
id: string;
type: "Collection";
}[];
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
}
-
422: {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
}
-
Optionalpost?: undefined
-
Optionalput?: undefined
-
Optionaltrace?: undefined
/stream_access_points
"/stream_access_points": {
delete?: undefined;
get: {
parameters: {
cookie?: undefined;
header?: undefined;
path?: undefined;
query?: {
"filter[endpoint_admin]"?: boolean;
"filter[fulltext]"?: string | null;
"page[limit]"?: number;
"page[marker]"?: string | null;
};
};
requestBody?: undefined;
responses: {
"200": {
content: {
"application/json": {
data: {
attributes: {
advertised_owner?: string
| null;
contact_email?: string | null;
contact_info?: string | null;
department?: string | null;
description?: string | null;
display_name: string;
info_link?: string | null;
keywords?: string | null;
organization?: string | null;
tlsftp_server: string;
};
id: string;
relationships: { host_endpoint: { data?: (...)
| (...)
| (...) } };
type: "StreamAccessPoint";
}[];
links?: { next: string };
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
};
"422": {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
};
};
};
head?: undefined;
options?: undefined;
parameters: {
cookie?: undefined;
header?: undefined;
path?: undefined;
query?: undefined;
};
patch?: undefined;
post?: undefined;
put?: undefined;
trace?: undefined;
}
Type Declaration
-
Optionaldelete?: undefined
-
get: {
parameters: {
cookie?: undefined;
header?: undefined;
path?: undefined;
query?: {
"filter[endpoint_admin]"?: boolean;
"filter[fulltext]"?: string | null;
"page[limit]"?: number;
"page[marker]"?: string | null;
};
};
requestBody?: undefined;
responses: {
"200": {
content: {
"application/json": {
data: {
attributes: {
advertised_owner?: string
| null;
contact_email?: string | null;
contact_info?: string | null;
department?: string | null;
description?: string | null;
display_name: string;
info_link?: string | null;
keywords?: string | null;
organization?: string | null;
tlsftp_server: string;
};
id: string;
relationships: { host_endpoint: { data?: (...)
| (...)
| (...) } };
type: "StreamAccessPoint";
}[];
links?: { next: string };
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
};
"422": {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
};
};
}
-
parameters: {
cookie?: undefined;
header?: undefined;
path?: undefined;
query?: {
"filter[endpoint_admin]"?: boolean;
"filter[fulltext]"?: string | null;
"page[limit]"?: number;
"page[marker]"?: string | null;
};
}
-
Optionalcookie?: undefined
-
Optionalheader?: undefined
-
Optionalpath?: undefined
-
Optionalquery?: {
"filter[endpoint_admin]"?: boolean;
"filter[fulltext]"?: string | null;
"page[limit]"?: number;
"page[marker]"?: string | null;
}
-
Optionalfilter[endpoint_admin]?: boolean
-
Optionalfilter[fulltext]?: string | null
-
Optionalpage[limit]?: number
-
Optionalpage[marker]?: string | null
-
OptionalrequestBody?: undefined
-
responses: {
"200": {
content: {
"application/json": {
data: {
attributes: {
advertised_owner?: string | null;
contact_email?: string | null;
contact_info?: string | null;
department?: string | null;
description?: string | null;
display_name: string;
info_link?: string | null;
keywords?: string | null;
organization?: string | null;
tlsftp_server: string;
};
id: string;
relationships: { host_endpoint: { data?: (...)
| (...)
| (...) } };
type: "StreamAccessPoint";
}[];
links?: { next: string };
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
};
"422": {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
};
}
-
200: {
content: {
"application/json": {
data: {
attributes: {
advertised_owner?: string | null;
contact_email?: string | null;
contact_info?: string | null;
department?: string | null;
description?: string | null;
display_name: string;
info_link?: string | null;
keywords?: string | null;
organization?: string | null;
tlsftp_server: string;
};
id: string;
relationships: { host_endpoint: { data?: (...)
| (...)
| (...) } };
type: "StreamAccessPoint";
}[];
links?: { next: string };
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
}
-
422: {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
}
-
Optionalhead?: undefined
-
Optionaloptions?: undefined
-
parameters: { cookie?: undefined; header?: undefined; path?: undefined; query?: undefined }
-
Optionalpatch?: undefined
-
Optionalpost?: undefined
-
Optionalput?: undefined
-
Optionaltrace?: undefined
/stream_access_points/{stream_access_point_uuid}
"/stream_access_points/{stream_access_point_uuid}": {
delete?: undefined;
get: {
parameters: {
cookie?: undefined;
header?: undefined;
path: { stream_access_point_uuid: string };
query?: undefined;
};
requestBody?: undefined;
responses: {
"200": {
content: {
"application/json": {
data: {
attributes: {
advertised_owner?: string
| null;
contact_email?: string | null;
contact_info?: string | null;
department?: string | null;
description?: string | null;
display_name: string;
info_link?: string | null;
keywords?: string | null;
organization?: string | null;
tlsftp_server: string;
};
id: string;
relationships: {
host_endpoint: { data?: { id: ...; type: ... }
| null };
};
type: "StreamAccessPoint";
};
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
};
"422": {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
};
};
};
head?: undefined;
options?: undefined;
parameters: {
cookie?: undefined;
header?: undefined;
path?: undefined;
query?: undefined;
};
patch?: undefined;
post?: undefined;
put?: undefined;
trace?: undefined;
}
Type Declaration
-
Optionaldelete?: undefined
-
get: {
parameters: {
cookie?: undefined;
header?: undefined;
path: { stream_access_point_uuid: string };
query?: undefined;
};
requestBody?: undefined;
responses: {
"200": {
content: {
"application/json": {
data: {
attributes: {
advertised_owner?: string
| null;
contact_email?: string | null;
contact_info?: string | null;
department?: string | null;
description?: string | null;
display_name: string;
info_link?: string | null;
keywords?: string | null;
organization?: string | null;
tlsftp_server: string;
};
id: string;
relationships: {
host_endpoint: { data?: { id: ...; type: ... }
| null };
};
type: "StreamAccessPoint";
};
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
};
"422": {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
};
};
}
-
parameters: {
cookie?: undefined;
header?: undefined;
path: { stream_access_point_uuid: string };
query?: undefined;
}
-
OptionalrequestBody?: undefined
-
responses: {
"200": {
content: {
"application/json": {
data: {
attributes: {
advertised_owner?: string | null;
contact_email?: string | null;
contact_info?: string | null;
department?: string | null;
description?: string | null;
display_name: string;
info_link?: string | null;
keywords?: string | null;
organization?: string | null;
tlsftp_server: string;
};
id: string;
relationships: {
host_endpoint: { data?: { id: ...; type: ... }
| null };
};
type: "StreamAccessPoint";
};
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
};
"422": {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
};
}
-
200: {
content: {
"application/json": {
data: {
attributes: {
advertised_owner?: string | null;
contact_email?: string | null;
contact_info?: string | null;
department?: string | null;
description?: string | null;
display_name: string;
info_link?: string | null;
keywords?: string | null;
organization?: string | null;
tlsftp_server: string;
};
id: string;
relationships: {
host_endpoint: { data?: { id: ...; type: ... }
| null };
};
type: "StreamAccessPoint";
};
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
}
-
422: {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
}
-
Optionalhead?: undefined
-
Optionaloptions?: undefined
-
parameters: { cookie?: undefined; header?: undefined; path?: undefined; query?: undefined }
-
Optionalpatch?: undefined
-
Optionalpost?: undefined
-
Optionalput?: undefined
-
Optionaltrace?: undefined
/tunnels
"/tunnels": {
delete?: undefined;
get: {
parameters: {
cookie?: undefined;
header?: undefined;
path?: undefined;
query?: undefined;
};
requestBody?: undefined;
responses: {
"200": {
content: {
"application/json": {
data: {
attributes: {
created_time: string;
initiator_ip_address?: string
| null;
initiator_port?: number | null;
label?: string | null;
lifetime_mins: number;
listener_ip_address?: string | null;
listener_port?: number | null;
restartable: boolean;
state: string;
status: string;
submission_id: string;
};
id: string;
relationships: {
initiator: { data?: (...)
| (...)
| (...) };
listener: { data?: (...) | (...) | (...) };
owner: { data?: (...) | (...) | (...) };
};
type: "Tunnel";
}[];
links?: { next: string };
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
};
};
};
head?: undefined;
options?: undefined;
parameters: {
cookie?: undefined;
header?: undefined;
path?: undefined;
query?: undefined;
};
patch?: undefined;
post: {
parameters: {
cookie?: undefined;
header?: undefined;
path?: undefined;
query?: undefined;
};
requestBody: {
content: {
"application/json": {
data: {
attributes: {
label?: string
| null;
lifetime_mins: number;
listener_ip_address?: string | null;
listener_port?: number | null;
restartable: boolean;
submission_id: string;
};
relationships: {
initiator: {
data?: { id: string; type: "StreamAccessPoint" }
| null;
};
listener: { data?: { id: string; type: "StreamAccessPoint" }
| null };
};
type: "Tunnel";
};
};
};
};
responses: {
"201": {
content: {
"application/json": {
data: {
attributes: {
created_time: string;
initiator_ip_address?: string
| null;
initiator_port?: number | null;
label?: string | null;
lifetime_mins: number;
listener_ip_address?: string | null;
listener_port?: number | null;
restartable: boolean;
state: string;
status: string;
submission_id: string;
};
id: string;
relationships: {
initiator: { data?: { id: ...; type: ... }
| null };
listener: { data?: { id: ...; type: ... } | null };
owner: { data?: { id: ...; type: ... } | null };
};
type: "Tunnel";
};
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
};
"422": {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
};
};
};
put?: undefined;
trace?: undefined;
}
Type Declaration
-
Optionaldelete?: undefined
-
get: {
parameters: {
cookie?: undefined;
header?: undefined;
path?: undefined;
query?: undefined;
};
requestBody?: undefined;
responses: {
"200": {
content: {
"application/json": {
data: {
attributes: {
created_time: string;
initiator_ip_address?: string
| null;
initiator_port?: number | null;
label?: string | null;
lifetime_mins: number;
listener_ip_address?: string | null;
listener_port?: number | null;
restartable: boolean;
state: string;
status: string;
submission_id: string;
};
id: string;
relationships: {
initiator: { data?: (...)
| (...)
| (...) };
listener: { data?: (...) | (...) | (...) };
owner: { data?: (...) | (...) | (...) };
};
type: "Tunnel";
}[];
links?: { next: string };
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
};
};
}
-
parameters: { cookie?: undefined; header?: undefined; path?: undefined; query?: undefined }
-
OptionalrequestBody?: undefined
-
responses: {
"200": {
content: {
"application/json": {
data: {
attributes: {
created_time: string;
initiator_ip_address?: string | null;
initiator_port?: number | null;
label?: string | null;
lifetime_mins: number;
listener_ip_address?: string | null;
listener_port?: number | null;
restartable: boolean;
state: string;
status: string;
submission_id: string;
};
id: string;
relationships: {
initiator: { data?: (...)
| (...)
| (...) };
listener: { data?: (...) | (...) | (...) };
owner: { data?: (...) | (...) | (...) };
};
type: "Tunnel";
}[];
links?: { next: string };
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
};
}
-
200: {
content: {
"application/json": {
data: {
attributes: {
created_time: string;
initiator_ip_address?: string | null;
initiator_port?: number | null;
label?: string | null;
lifetime_mins: number;
listener_ip_address?: string | null;
listener_port?: number | null;
restartable: boolean;
state: string;
status: string;
submission_id: string;
};
id: string;
relationships: {
initiator: { data?: (...)
| (...)
| (...) };
listener: { data?: (...) | (...) | (...) };
owner: { data?: (...) | (...) | (...) };
};
type: "Tunnel";
}[];
links?: { next: string };
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
}
-
Optionalhead?: undefined
-
Optionaloptions?: undefined
-
parameters: { cookie?: undefined; header?: undefined; path?: undefined; query?: undefined }
-
Optionalpatch?: undefined
-
post: {
parameters: {
cookie?: undefined;
header?: undefined;
path?: undefined;
query?: undefined;
};
requestBody: {
content: {
"application/json": {
data: {
attributes: {
label?: string
| null;
lifetime_mins: number;
listener_ip_address?: string | null;
listener_port?: number | null;
restartable: boolean;
submission_id: string;
};
relationships: {
initiator: {
data?: { id: string; type: "StreamAccessPoint" }
| null;
};
listener: { data?: { id: string; type: "StreamAccessPoint" }
| null };
};
type: "Tunnel";
};
};
};
};
responses: {
"201": {
content: {
"application/json": {
data: {
attributes: {
created_time: string;
initiator_ip_address?: string
| null;
initiator_port?: number | null;
label?: string | null;
lifetime_mins: number;
listener_ip_address?: string | null;
listener_port?: number | null;
restartable: boolean;
state: string;
status: string;
submission_id: string;
};
id: string;
relationships: {
initiator: { data?: { id: ...; type: ... }
| null };
listener: { data?: { id: ...; type: ... } | null };
owner: { data?: { id: ...; type: ... } | null };
};
type: "Tunnel";
};
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
};
"422": {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
};
};
}
-
parameters: { cookie?: undefined; header?: undefined; path?: undefined; query?: undefined }
-
requestBody: {
content: {
"application/json": {
data: {
attributes: {
label?: string | null;
lifetime_mins: number;
listener_ip_address?: string | null;
listener_port?: number | null;
restartable: boolean;
submission_id: string;
};
relationships: {
initiator: {
data?: { id: string; type: "StreamAccessPoint" }
| null;
};
listener: { data?: { id: string; type: "StreamAccessPoint" }
| null };
};
type: "Tunnel";
};
};
};
}
-
responses: {
"201": {
content: {
"application/json": {
data: {
attributes: {
created_time: string;
initiator_ip_address?: string | null;
initiator_port?: number | null;
label?: string | null;
lifetime_mins: number;
listener_ip_address?: string | null;
listener_port?: number | null;
restartable: boolean;
state: string;
status: string;
submission_id: string;
};
id: string;
relationships: {
initiator: { data?: { id: ...; type: ... }
| null };
listener: { data?: { id: ...; type: ... } | null };
owner: { data?: { id: ...; type: ... } | null };
};
type: "Tunnel";
};
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
};
"422": {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
};
}
-
201: {
content: {
"application/json": {
data: {
attributes: {
created_time: string;
initiator_ip_address?: string | null;
initiator_port?: number | null;
label?: string | null;
lifetime_mins: number;
listener_ip_address?: string | null;
listener_port?: number | null;
restartable: boolean;
state: string;
status: string;
submission_id: string;
};
id: string;
relationships: {
initiator: { data?: { id: ...; type: ... }
| null };
listener: { data?: { id: ...; type: ... } | null };
owner: { data?: { id: ...; type: ... } | null };
};
type: "Tunnel";
};
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
}
-
422: {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
}
-
Optionalput?: undefined
-
Optionaltrace?: undefined
/tunnels/{tunnel_uuid}
"/tunnels/{tunnel_uuid}": {
delete: {
parameters: {
cookie?: undefined;
header?: undefined;
path: { tunnel_uuid: string };
query?: undefined;
};
requestBody?: undefined;
responses: {
"200": {
content: { "application/json": { meta: { request_id: string } } };
headers: { [name: string]: unknown };
};
"422": {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
};
};
};
get: {
parameters: {
cookie?: undefined;
header?: undefined;
path: { tunnel_uuid: string };
query?: undefined;
};
requestBody?: undefined;
responses: {
"200": {
content: {
"application/json": {
data: {
attributes: {
created_time: string;
initiator_ip_address?: string
| null;
initiator_port?: number | null;
label?: string | null;
lifetime_mins: number;
listener_ip_address?: string | null;
listener_port?: number | null;
restartable: boolean;
state: string;
status: string;
submission_id: string;
};
id: string;
relationships: {
initiator: { data?: { id: ...; type: ... }
| null };
listener: { data?: { id: ...; type: ... } | null };
owner: { data?: { id: ...; type: ... } | null };
};
type: "Tunnel";
};
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
};
"422": {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
};
};
};
head?: undefined;
options?: undefined;
parameters: {
cookie?: undefined;
header?: undefined;
path?: undefined;
query?: undefined;
};
patch: {
parameters: {
cookie?: undefined;
header?: undefined;
path: { tunnel_uuid: string };
query?: undefined;
};
requestBody: {
content: {
"application/json": {
data: {
attributes: {
label?: string
| null;
listener_ip_address?: string | null;
listener_port?: number | null;
state?: "STOPPING" | null;
};
type: "Tunnel";
};
};
};
};
responses: {
"200": {
content: {
"application/json": {
data: {
attributes: {
created_time: string;
initiator_ip_address?: string
| null;
initiator_port?: number | null;
label?: string | null;
lifetime_mins: number;
listener_ip_address?: string | null;
listener_port?: number | null;
restartable: boolean;
state: string;
status: string;
submission_id: string;
};
id: string;
relationships: {
initiator: { data?: { id: ...; type: ... }
| null };
listener: { data?: { id: ...; type: ... } | null };
owner: { data?: { id: ...; type: ... } | null };
};
type: "Tunnel";
};
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
};
"422": {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
};
};
};
post?: undefined;
put?: undefined;
trace?: undefined;
}
Type Declaration
-
delete: {
parameters: {
cookie?: undefined;
header?: undefined;
path: { tunnel_uuid: string };
query?: undefined;
};
requestBody?: undefined;
responses: {
"200": {
content: { "application/json": { meta: { request_id: string } } };
headers: { [name: string]: unknown };
};
"422": {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
};
};
}
-
parameters: {
cookie?: undefined;
header?: undefined;
path: { tunnel_uuid: string };
query?: undefined;
}
-
OptionalrequestBody?: undefined
-
responses: {
"200": {
content: { "application/json": { meta: { request_id: string } } };
headers: { [name: string]: unknown };
};
"422": {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
};
}
-
200: {
content: { "application/json": { meta: { request_id: string } } };
headers: { [name: string]: unknown };
}
-
422: {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
}
-
get: {
parameters: {
cookie?: undefined;
header?: undefined;
path: { tunnel_uuid: string };
query?: undefined;
};
requestBody?: undefined;
responses: {
"200": {
content: {
"application/json": {
data: {
attributes: {
created_time: string;
initiator_ip_address?: string
| null;
initiator_port?: number | null;
label?: string | null;
lifetime_mins: number;
listener_ip_address?: string | null;
listener_port?: number | null;
restartable: boolean;
state: string;
status: string;
submission_id: string;
};
id: string;
relationships: {
initiator: { data?: { id: ...; type: ... }
| null };
listener: { data?: { id: ...; type: ... } | null };
owner: { data?: { id: ...; type: ... } | null };
};
type: "Tunnel";
};
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
};
"422": {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
};
};
}
-
parameters: {
cookie?: undefined;
header?: undefined;
path: { tunnel_uuid: string };
query?: undefined;
}
-
OptionalrequestBody?: undefined
-
responses: {
"200": {
content: {
"application/json": {
data: {
attributes: {
created_time: string;
initiator_ip_address?: string | null;
initiator_port?: number | null;
label?: string | null;
lifetime_mins: number;
listener_ip_address?: string | null;
listener_port?: number | null;
restartable: boolean;
state: string;
status: string;
submission_id: string;
};
id: string;
relationships: {
initiator: { data?: { id: ...; type: ... }
| null };
listener: { data?: { id: ...; type: ... } | null };
owner: { data?: { id: ...; type: ... } | null };
};
type: "Tunnel";
};
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
};
"422": {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
};
}
-
200: {
content: {
"application/json": {
data: {
attributes: {
created_time: string;
initiator_ip_address?: string | null;
initiator_port?: number | null;
label?: string | null;
lifetime_mins: number;
listener_ip_address?: string | null;
listener_port?: number | null;
restartable: boolean;
state: string;
status: string;
submission_id: string;
};
id: string;
relationships: {
initiator: { data?: { id: ...; type: ... }
| null };
listener: { data?: { id: ...; type: ... } | null };
owner: { data?: { id: ...; type: ... } | null };
};
type: "Tunnel";
};
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
}
-
422: {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
}
-
Optionalhead?: undefined
-
Optionaloptions?: undefined
-
parameters: { cookie?: undefined; header?: undefined; path?: undefined; query?: undefined }
-
patch: {
parameters: {
cookie?: undefined;
header?: undefined;
path: { tunnel_uuid: string };
query?: undefined;
};
requestBody: {
content: {
"application/json": {
data: {
attributes: {
label?: string
| null;
listener_ip_address?: string | null;
listener_port?: number | null;
state?: "STOPPING" | null;
};
type: "Tunnel";
};
};
};
};
responses: {
"200": {
content: {
"application/json": {
data: {
attributes: {
created_time: string;
initiator_ip_address?: string
| null;
initiator_port?: number | null;
label?: string | null;
lifetime_mins: number;
listener_ip_address?: string | null;
listener_port?: number | null;
restartable: boolean;
state: string;
status: string;
submission_id: string;
};
id: string;
relationships: {
initiator: { data?: { id: ...; type: ... }
| null };
listener: { data?: { id: ...; type: ... } | null };
owner: { data?: { id: ...; type: ... } | null };
};
type: "Tunnel";
};
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
};
"422": {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
};
};
}
-
parameters: {
cookie?: undefined;
header?: undefined;
path: { tunnel_uuid: string };
query?: undefined;
}
-
requestBody: {
content: {
"application/json": {
data: {
attributes: {
label?: string | null;
listener_ip_address?: string | null;
listener_port?: number | null;
state?: "STOPPING" | null;
};
type: "Tunnel";
};
};
};
}
-
responses: {
"200": {
content: {
"application/json": {
data: {
attributes: {
created_time: string;
initiator_ip_address?: string | null;
initiator_port?: number | null;
label?: string | null;
lifetime_mins: number;
listener_ip_address?: string | null;
listener_port?: number | null;
restartable: boolean;
state: string;
status: string;
submission_id: string;
};
id: string;
relationships: {
initiator: { data?: { id: ...; type: ... }
| null };
listener: { data?: { id: ...; type: ... } | null };
owner: { data?: { id: ...; type: ... } | null };
};
type: "Tunnel";
};
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
};
"422": {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
};
}
-
200: {
content: {
"application/json": {
data: {
attributes: {
created_time: string;
initiator_ip_address?: string | null;
initiator_port?: number | null;
label?: string | null;
lifetime_mins: number;
listener_ip_address?: string | null;
listener_port?: number | null;
restartable: boolean;
state: string;
status: string;
submission_id: string;
};
id: string;
relationships: {
initiator: { data?: { id: ...; type: ... }
| null };
listener: { data?: { id: ...; type: ... } | null };
owner: { data?: { id: ...; type: ... } | null };
};
type: "Tunnel";
};
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
}
-
422: {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
}
-
Optionalpost?: undefined
-
Optionalput?: undefined
-
Optionaltrace?: undefined
/tunnels/{tunnel_uuid}/events
"/tunnels/{tunnel_uuid}/events": {
delete?: undefined;
get: {
parameters: {
cookie?: undefined;
header?: undefined;
path: { tunnel_uuid: string };
query?: {
code_name?: string | null;
is_error?: boolean | null;
"page[limit]"?: number;
"page[marker]"?: string | null;
};
};
requestBody?: undefined;
responses: {
"200": {
content: {
"application/json": {
data: {
attributes: | {
code: string;
description: string;
details: string;
is_error: boolean;
time: string;
}
| null;
id: number;
type: "TunnelEvent";
}[];
links?: { next: string };
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
};
"422": {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
};
};
};
head?: undefined;
options?: undefined;
parameters: {
cookie?: undefined;
header?: undefined;
path?: undefined;
query?: undefined;
};
patch?: undefined;
post?: undefined;
put?: undefined;
trace?: undefined;
}
Type Declaration
-
Optionaldelete?: undefined
-
get: {
parameters: {
cookie?: undefined;
header?: undefined;
path: { tunnel_uuid: string };
query?: {
code_name?: string | null;
is_error?: boolean | null;
"page[limit]"?: number;
"page[marker]"?: string | null;
};
};
requestBody?: undefined;
responses: {
"200": {
content: {
"application/json": {
data: {
attributes: | {
code: string;
description: string;
details: string;
is_error: boolean;
time: string;
}
| null;
id: number;
type: "TunnelEvent";
}[];
links?: { next: string };
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
};
"422": {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
};
};
}
-
parameters: {
cookie?: undefined;
header?: undefined;
path: { tunnel_uuid: string };
query?: {
code_name?: string | null;
is_error?: boolean | null;
"page[limit]"?: number;
"page[marker]"?: string | null;
};
}
-
Optionalcookie?: undefined
-
Optionalheader?: undefined
-
path: { tunnel_uuid: string }
-
Optionalquery?: {
code_name?: string | null;
is_error?: boolean | null;
"page[limit]"?: number;
"page[marker]"?: string | null;
}
-
Optionalcode_name?: string | null
-
Optionalis_error?: boolean | null
-
Optionalpage[limit]?: number
-
Optionalpage[marker]?: string | null
-
OptionalrequestBody?: undefined
-
responses: {
"200": {
content: {
"application/json": {
data: {
attributes:
| {
code: string;
description: string;
details: string;
is_error: boolean;
time: string;
}
| null;
id: number;
type: "TunnelEvent";
}[];
links?: { next: string };
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
};
"422": {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
};
}
-
200: {
content: {
"application/json": {
data: {
attributes:
| {
code: string;
description: string;
details: string;
is_error: boolean;
time: string;
}
| null;
id: number;
type: "TunnelEvent";
}[];
links?: { next: string };
meta: { request_id: string };
};
};
headers: { [name: string]: unknown };
}
-
422: {
content: {
"application/json": {
detail?: {
ctx?: Record<(...), (...)>;
input?: unknown;
loc: ((...) | (...))[];
msg: string;
type: string;
}[];
};
};
headers: { [name: string]: unknown };
}
-
Optionalhead?: undefined
-
Optionaloptions?: undefined
-
parameters: { cookie?: undefined; header?: undefined; path?: undefined; query?: undefined }
-
Optionalpatch?: undefined
-
Optionalpost?: undefined
-
Optionalput?: undefined
-
Optionaltrace?: undefined
Bookmarks List