Nutror

Editar as informações de customização de um curso

put/nutror/v1/courses/:courseId/customization

Path parameters

courseIdstring required

Id do curso

Request body

lessonsDefaultImagestring
modulesDefaultImagestring
backgroundstring

Example request

{
  "lessonsDefaultImage": "https://example.com/image.jpg",
  "modulesDefaultImage": "https://example.com/image.jpg",
  "background": "https://example.com/image.jpg"
}

Response

Curso atualizado com sucesso

Changes

No recorded changes to this endpoint across all 1 revision of this API.