Skip to content

NamespaceExists

Description

      description: |
        Check if namespace `id` exists.

        This operation must behave exactly like the DescribeNamespace API, 
        except it does not contain a response body.

Request Schema

    NamespaceExistsRequest:
      type: object
      properties:
        id:
          type: array
          items:
            type: string

Response

This operation returns success if the namespace exists, or an error if it does not exist. No response body is included in successful responses.