---
title: "UMA RS Modify Resources"
method: POST
path: "/uma-rs-modify"
tags: ["developers"]
---

# UMA RS Modify Resources

`POST /uma-rs-modify`

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.

## Headers

- `Authorization` string
- `AuthorizationOxdId` string

## Request body

- object
  - `oxd_id` string, required
  - `path` string, required
  - `http_method` string, required
  - `scopes` string[]
  - `scope_expression` string

## Response `200`

OK

- object
  - `oxd_id` string, required

## Other responses

- `400` — Invalid parameters are provided to endpoint.
- `403` — Forbidden. Invalid access token provided in Authorization header.
- `500` — Internal error occured. Please check oxd-server.log file for details (usually located in /var/log/oxd-server/oxd-server.log).

## Changes

- **2020-04-22** `413442ee9280` — 1 info
  - added the new optional `header` request parameter `AuthorizationOxdId`
- **2020-02-13** `5ce3fb45d806` — 5 info
  - added optional request body
  - added the media type `application/json` for the response with the status `200`
  - added the media type `application/json` for the response with the status `400`
  - added the media type `application/json` for the response with the status `403`
  - …1 more
- **2019-12-28** `c725d8e8d4ff` — 1 info
  - endpoint added
- **2018-11-30** `c28eaefdb285` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/gluufederation/apis/oxd-server/changes/uma-rs-modify/post.md)

---

[API](https://skmtc.dev/gluufederation/apis/oxd-server.md) · [All operations](https://skmtc.dev/gluufederation/apis/oxd-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gluufederation/oxd-server/revisions/33ca9e18c54b/schema)
