Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

As of Version

product version 2021 Summer | component version 

Request MethodPOST
Response FormatHTTP status code
Description

Retrieves the catalog specified by its name qname.

Response HTTP status codes:

HTTP Status CodeMeaning
200 OKSuccessful.
201 OKSuccessful.
400 Bad requestNot successful.
401 UnauthorizedNot successful.
403 ForbiddenNot successful.
Request Example

https://<host>/api-web/api/dms/catalogs/entries

{
  "entries": [
    {
      "disabled": true,
      "name": "string"
    }
  ],
  "readonly": true,
  "tenant": "string"
}
Response Example

200 OK

  • No labels