GET /a/user-meta/tags/{Namespace}

List Tags for a given namespace

Path Parameters

  • Namespace (string, required) List user meta tags for this namespace

Response Example (200)

Response Type /definitions/restListUserMetaTagsResponse

{
  "Tags": [
    "string"
  ]
}
Auto generated by Pydio Cells Enterprise Distribution v4.4.0 on 3-Apr-2024
Back to top