Skip to main content
PUT
Update a degree

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

degreeId
string<uuid>
required

Degree ID

Body

application/json

degree object that needs to be updated

name
string
required

Name of the degree

Response

200 - application/json

Degree

data
object