get a namespace
get a namespace
Path Parameters
id uint64 required
Responses
- 200
- default
A successful response.
application/json
Schema
Example (from schema)
Schema
namespace object
id uint64
urn string
name string
provider uint64
credentials object
labels object
property name* string
created_at date-time
updated_at date-time
{
"namespace": {
"id": "string",
"urn": "string",
"name": "string",
"provider": "string",
"credentials": {},
"labels": {},
"created_at": "2024-07-09T13:51:06.061Z",
"updated_at": "2024-07-09T13:51:06.061Z"
}
}
An unexpected error response.
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
code int32
message string
details object[]
@type string
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Loading...