PUT realm/formats/<name>
This web method updates a format definition.
Input Data
Supply a JSON representation of the new definition in the message body.
Example Requests
curl -X PUT http://<host>:<port>/api/v1/realm/formats/<name> -d <json_defn>
This web method updates a format definition.
Supply a JSON representation of the new definition in the message body.
curl -X PUT http://<host>:<port>/api/v1/realm/formats/<name> -d <json_defn>
Copyright © 2009-2024. Cloud Software Group, Inc. All Rights Reserved.