[{"label":"Latest (0.1.1)","version":"latest"}]
cric-r1

JsonPatchDocument

A JSON Patch document requesting a change to the service.


Properties

string
op Required

The patch operation to be performed.

Possible values are: replace


string
path Required

Relative path of the member of service object that needs to be updated.


string
value Optional

New value to be updated in path.

Possible values are: REGISTEREDUNDISCOVERABLE

JSON Example

{
    "path": "/status"
}
[{"label":"Latest (0.1.1)","version":"latest"}]
cric-r1

Feedback

Was this page helpful?