Payload

New manifest created in manifests directory. Metadata Service

Example

Here are json that will create new service manifest in Metadata Repository (json for service update looks the same - all data will be overwritten with the new one). Note that service_display_name is a required parameter and full_service_name should correspond tofull_service_name given in URL or skipped.

{
  "full_service_name": "new_service",
  "service_display_name" : "Test Service",
  "version": "0.1"
}
                

All other parameters will be set to default parameters.

Returns

In case of successful result this call returns a json:

{"result": "success"}
                    

loading table of contents...