AVAILABLE WITH BUSINESS SUBSCRIPTION

Request

POST /performance-management/competencies/group/{groupId}/rename

Permissions to Run the Request

Account Owner and Account Administrators

Request Headers

Header

Description

Authorization (required)Access token. You can obtain a token by making a request.
Content-Type: application/json
(required)
Property for processing a request in JSON.
Accept: application/json
(required)
Property for processing a request in JSON.

Response Parameters

ParameterDescription
groupId (required)The ID of the competency group you want to rename
name
(required)
The name for new competency group (up to 255 characters allowed)

Response Codes

Code

Text

Description

200OKThe request has been successfully processed.
401UnauthorizedAn authorization error
403Permission deniedThe user doesn't have enough permissions to get information regarding the course
404Group not foundGroup was not found

Sample Request

POST /performance-management​/competencies​/group​/3fa85f64-5717-4562-b3fc-2c963f66afa6/rename
Host: api-learn.ispringlearn.com
Content-Type: application/json
Accept: application/json
X-Auth-Account-Url: https://myaccount.ispringlearn.com
Authorization: Bearer N3Hk5sds1_DVj1JFTqJKFWjGHf94DWp1YSffLxeZX8co

{
  "name": "New name of the competency group"
}  
CODE

Sample Response

https/1.1 200 OK  
CODE