Create a course class
POST /v1/course-classes
Arguments
Seção intitulada “Arguments”Returns
Seção intitulada “Returns”Example
Seção intitulada “Example”HTTP request
GET /v1/courses HTTP/1.1Host: api.celula.inAuthorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWV9.TJVA95OrM7E2cBab30RMHrHDcEfxjoYZgeFONFh7HgQAccept: application/vnd.api+jsonContent-Type: application/vnd.api+jsonJSON response
{ "data": [ { "type": "course-classes", "id": "1234asdf1234asdf1234asdf", "attributes": {}, "relationships": {} } ]}