Update an existing software license policy from a project
PATCH
/api/v4/projects/{id}/managed_licenses/{managed_license_id}
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ”Request Body
Section titled “ Request Body ” Media type application/json
object
name
The name of the license
string
Example
MIT approval_status
The approval status of the license.
string
Responses
Section titled “ Responses ”OK
Media type application/json
object
id
integer format: int64
name
string
approval_status
string
Example generated
{ "id": 1, "name": "example", "approval_status": "example"}Bad Request
Unauthorized
Forbidden
Not found