/memberships/{id}/rename
Mount Point: /api/memberships/{id}/rename
PUT
Renames Membership with a given ID
Parameters
| name | description | type | default |
|---|---|---|---|
| id | - id of the membership to be renamed. | path |
Request Body
| element: | newName |
| media types: | */* application/xml |
- new nane given to the membership
Response Body
| element: | (custom) |
| media types: | application/xml application/json |
(no documentation provided)
Status Codes
| HTTP Status Code | Description |
|---|---|
| 200 OK | OK |
| 404 Not Found | Not found - see returned ExceptionDTO |
| 400 Bad Request | Bad request - see returned ExceptionDTO |
| 401 Unauthorized | Authentication required. |
| 403 Forbidden | Authorization required - access forbidden |