v1

latestOpenAPI 3.0.1License2026-07-17236107.1 KB
developers

UMA RS Modify Resources

UMA RS Modify Resource. This end-point can be used to modify one resource at a time from whole set of UMA resources of cient.

post/uma-rs-modify

Headers

Authorizationstring
AuthorizationOxdIdstring

Request body

oxd_idstring required
pathstring required
http_methodstring required
scopesstring[]
scope_expressionstring

Example request

{
  "oxd_id": "bcad760f-91ba-46e1-a020-05e4281d91b6",
  "path": "/ws/document",
  "http_method": "POST",
  "scopes": [
    "http://photoz.example.com/dev/actions/view"
  ]
}

Response

OK

oxd_idstring required

Example response

{
  "oxd_id": "bcad760f-91ba-46e1-a020-05e4281d91b6"
}