Skip to main content
POST
/
store
/
namespaces
[
  [
    "<string>"
  ]
]

Body

application/json
prefix
string[]

Optional list of strings representing the prefix to filter namespaces.

suffix
string[]

Optional list of strings representing the suffix to filter namespaces.

max_depth
integer

Optional integer specifying the maximum depth of namespaces to return.

limit
integer
default:100

Maximum number of namespaces to return (default is 100).

offset
integer
default:0

Number of namespaces to skip before returning results (default is 0).

Response

Success

The response is of type string[][].