/r/{repoId}/objectmanagement/properties/{id}
PUT
Changing a property
If you want to make changes to an existing property, you can use this request.
Parameters
repoId/string/required
The unique ID of the repository.
id/string/required
The unique ID of the property.
Responses
200
The property was changed successfully.
400
Invalid data was transferred.
404
The property with the specified ID could not be determined.
Show operation