AladiaDocs
Api referenceCourses

Update the credential settings of a course

Update credential settings

PUT
/v2/courses/{courseId}/credential-settings

Update credential settings

AuthorizationBearer <token>

In: header

Path Parameters

courseId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PUT "https://example.com/v2/courses/string/credential-settings" \  -H "Content-Type: application/json" \  -d '{}'
{}