Skip to main content
PATCH
/
api
/
v1
/
campuses
/
{id}
Update a campus
curl --request PATCH \
  --url https://api.scholarlysoftware.com/api/v1/campuses/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/vnd.api+json' \
  --data '
{
  "data": {
    "type": "<string>",
    "id": "<string>",
    "attributes": {}
  }
}
'

Authorizations

Authorization
string
header
required

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

Headers

Authorization
string
required

Path Parameters

id
string
required

Body

application/vnd.api+json
data
object

Response

200

campus updated