Updates a group mapped item

patch

/learn.rest/v1/learnCenters/{learnCenterId}/groups/{groupId}/mappedItems

Request

Supported Media Types
Path Parameters
Body ()
Group mapped item object that needs to be updated.
Root Schema : GroupMappedItemRequest
Type: object
Request object to Group Map an item
Show Source
Example:
{
    "itemid":"83767656-81b2-422d-85c8-c0a4f7972620",
    "itemtype":"learningplan",
    "retainmapping":true
}
Security
Back to Top

Response

Supported Media Types

200 Response

Updated mapping of a group to an item.

400 Response

Request has incorrect syntax or does not contain a field that is required.

409 Response

Another resource with the same identifier already exists.

500 Response

Internal server error.
Back to Top