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 Current »

As of Version

product version 2021 Winter | component version 

Request MethodPOST
Response FormatJSON
Required Permission

available if listed in authorization.accesses in authentication-prod.yml and the specified access condition is matched.

>> AUTHENTICATION Service
Description

Updates the values of the entries as specified in the JSON request body for the global catalog specified by its name.

Request Header
Request Example

https://<host>/catalog/api/catalogs

{
    "objects": [
        {
            "properties": {
                "name": {
                    "value": "europeancountries"
                },
                "entries": {
                    "value": [["Spain"],["Italy"],["Slovakia"]]
                }
            }
        }
    ]
}
Response Example

204 No Content

  • No labels