# Curseduca Contents

### Matrículas

<details>

<summary>POST /enrollments</summary>

**Parameters**

* No parameters

**Request body       -**       application/json

* Example Value

```json
{
  "member": {
    "id": 0,
    "email": "string"
  },
  "contentId": 0
}
```

**Responses**

| Code | Description                        | Links      |
| ---- | ---------------------------------- | ---------- |
| 201  | Matrícula criada com sucesso!      | *No links* |
| 404  | Conteúdo/Membro não encontrado.    | *No links* |
| 409  | Membro já matriculado no conteúdo. | *No links* |

</details>

<details>

<summary>DELETE /enrollments/{id}</summary>

**Parameters**

| Name                            | Description |
| ------------------------------- | ----------- |
| <p>id \*</p><p>string(path)</p> | id          |

**Responses**

| Code | Description                      | Links      |
| ---- | -------------------------------- | ---------- |
| 200  | Matrícula cancelada com sucesso! | *No links* |
| 404  | Conteúdo/Membro não encontrado.  | *No links* |

</details>

<details>

<summary>PUT / enrollments/{id}</summary>

**Parameters**

| Name                            | Description |
| ------------------------------- | ----------- |
| <p>id \*</p><p>string(path)</p> | id          |

**Responses**

| Code | Description                       | Links      |
| ---- | --------------------------------- | ---------- |
| 200  | Matrícula atualizada com sucesso! | *No links* |
| 404  | Conteúdo/Membro não encontrado.   | *No links* |

</details>

<details>

<summary>PATCH /enrollments / {id} / restore</summary>

**Parameters**

| Name                            | Description |
| ------------------------------- | ----------- |
| <p>id \*</p><p>string(path)</p> | id          |

**Responses**

| Code | Description                       | Links      |
| ---- | --------------------------------- | ---------- |
| 200  | Matrícula restaurada com sucesso! | *No links* |
| 404  | Conteúdo/Membro não encontrado.   | *No links* |

</details>

### Fóruns

<details>

<summary>GET / forums</summary>

**Parameters**

***No parameters***

**Responses**

| Code | Description                  | Links      |
| ---- | ---------------------------- | ---------- |
| 200  | Fóruns listados com sucesso! | *No links* |

</details>

<details>

<summary>GET / forums / {uuid}</summary>

**Parameters**

| Name                              | Description |
| --------------------------------- | ----------- |
| <p>uuid \*</p><p>string(path)</p> | uuid        |

**Responses**

| Code | Description | Links      |
| ---- | ----------- | ---------- |
| 200  |             | *No links* |

</details>

<details>

<summary>PUT / forums / {uuid}</summary>

**Parameters**

| Name                              | Description |
| --------------------------------- | ----------- |
| <p>uuid \*</p><p>string(path)</p> | uuid        |

**Responses**

| Code | Description | Links      |
| ---- | ----------- | ---------- |
| 200  |             | *No links* |

</details>

<details>

<summary>DELETE / forums / {uuid}</summary>

**Parameters**

| Name                              | Description |
| --------------------------------- | ----------- |
| <p>uuid \*</p><p>string(path)</p> | uuid        |

**Responses**

| Code | Description | Links      |
| ---- | ----------- | ---------- |
| 200  |             | *No links* |

</details>

<details>

<summary>POST / forums / {uuid} / answer</summary>

**Parameters**

| Name                               | Description |
| ---------------------------------- | ----------- |
| <p>uuid \* </p><p>string(path)</p> | uuid        |

**Responses**

| Code | Description | Links      |
| ---- | ----------- | ---------- |
| 201  |             | *No links* |

</details>

<details>

<summary>PATCH / forums / {uuid} / pin</summary>

**Parameters**

| Name                              | Description |
| --------------------------------- | ----------- |
| <p>uuid \*</p><p>string(path)</p> | uuid        |

**Responses**

| Code | Description | Links      |
| ---- | ----------- | ---------- |
| 200  |             | *No links* |

</details>

<details>

<summary>PATCH / forums / {uuid} / unpin</summary>

**Parameters**

| Name                              | Description |
| --------------------------------- | ----------- |
| <p>uuid \*</p><p>string(path)</p> | uuid        |

**Responses**

| Code | Description | Links      |
| ---- | ----------- | ---------- |
| 200  |             | *No links* |

</details>

<details>

<summary>PATCH / forums / {uuid} / read</summary>

**Parameters**

| Name                              | Description |
| --------------------------------- | ----------- |
| <p>uuid \*</p><p>string(path)</p> | uuid        |

**Responses**

| Code | Description | Links      |
| ---- | ----------- | ---------- |
| 200  |             | *No links* |

</details>

<details>

<summary>PATCH / forums / {uuid} / unread</summary>

**Parameters**

| Name                              | Description |
| --------------------------------- | ----------- |
| <p>uuid \*</p><p>string(path)</p> | uuid        |

**Responses**

| Code | Description | Links      |
| ---- | ----------- | ---------- |
| 200  |             | *No links* |

</details>

<details>

<summary>PATCH / forums / {uuid} / disable-comments</summary>

**Parameters**

| Name                              | Description |
| --------------------------------- | ----------- |
| <p>uuid \*</p><p>string(path)</p> | uuid        |

**Responses**

| Code | Description | Links      |
| ---- | ----------- | ---------- |
| 200  |             | *No links* |

</details>

<details>

<summary>PATCH / forums / {uuid} /enable-comments</summary>

**Parameters**

| Name                              | Description |
| --------------------------------- | ----------- |
| <p>uuid \*</p><p>string(path)</p> | uuid        |

**Responses**

| Code | Description | Links      |
| ---- | ----------- | ---------- |
| 200  |             | *No links* |

</details>

<details>

<summary>POST / forums / {uuid} / share</summary>

**Parameters**

| Name                              | Description |
| --------------------------------- | ----------- |
| <p>uuid \*</p><p>string(path)</p> | uuid        |

**Responses**

| Code | Description | Links      |
| ---- | ----------- | ---------- |
| 201  |             | *No links* |

</details>

### Materiais

<details>

<summary>DELETE / lessons / {id}</summary>

**Parameters**

| Name                            | Description |
| ------------------------------- | ----------- |
| <p>id \*</p><p>number(path)</p> | id          |

**Responses**

| Code | Description                | Links      |
| ---- | -------------------------- | ---------- |
| 204  | Aula removida com sucesso! | *No links* |

</details>

### Default

<details>

<summary>POST / lessons / {id}</summary>

**Parameters**

| Name                            | Description |
| ------------------------------- | ----------- |
| <p>id \*</p><p>string(path)</p> | id          |

**Responses**

| Code | Description             | Links      |
| ---- | ----------------------- | ---------- |
| 204  | Aula salva com sucesso! | *No links* |

</details>

<details>

<summary>GET / menus / current / {tenantUuid}</summary>

**Parameters**

Try it out

| Name                                    | Description |
| --------------------------------------- | ----------- |
| <p>tenantUuid \*</p><p>string(path)</p> | tenantUuid  |

**Responses**

| Code | Description | Links      |
| ---- | ----------- | ---------- |
| 200  |             | *No links* |

</details>

<details>

<summary>GET / showcases / member / contents / is-watching</summary>

**Parameters**

*No parameters*

**Responses**

| Code | Description | Links      |
| ---- | ----------- | ---------- |
| 200  |             | *No links* |

</details>

<details>

<summary>GET / showcases / member / contents</summary>

**Parameters**

| Name                                         | Description   |
| -------------------------------------------- | ------------- |
| <p>Authorization \*</p><p>string(header)</p> | Authorization |

**Responses**

| Code | Description | Links      |
| ---- | ----------- | ---------- |
| 200  |             | *No links* |

</details>

<details>

<summary>DELETE / cache / community</summary>

**Parameters**

*No parameters*

**Responses**

| Code | Description | Links      |
| ---- | ----------- | ---------- |
| 200  |             | *No links* |

</details>

<details>

<summary>GET / tenants / using-community</summary>

**Parameters**

*No parameters*

**Responses**

| Code | Description | Links      |
| ---- | ----------- | ---------- |
| 200  |             | *No links* |

</details>

<details>

<summary>DELETE / forums /{forumId} / answers / {answerId} /delete</summary>

**Parameters**

| Name                                  | Description |
| ------------------------------------- | ----------- |
| <p>answerId \*</p><p>string(path)</p> | answerId    |

**Responses**

| Code | Description | Links      |
| ---- | ----------- | ---------- |
| 200  |             | *No links* |

</details>

<details>

<summary>PATCH / quizes / members / questions / {memberQuestionId} / approve</summary>

**Parameters**

| Name                                          | Description      |
| --------------------------------------------- | ---------------- |
| <p>memberQuestionId \*</p><p>string(path)</p> | memberQuestionId |

**Responses**

| Code | Description | Links      |
| ---- | ----------- | ---------- |
| 200  |             | *No links* |

</details>

<details>

<summary>PATCH / quizes / members / questions / {memberQuestionId} / reprove</summary>

**Parameters**

| Name                                          | Description      |
| --------------------------------------------- | ---------------- |
| <p>memberQuestionId </p><p>\*string(path)</p> | memberQuestionId |

**Responses**

| Code | Description | Links      |
| ---- | ----------- | ---------- |
| 200  |             | *No links* |

</details>

<details>

<summary>POST /lessons / assessments / {memberAssessmentId} / correction</summary>

**Parameters**

| Name                                            | Description        |
| ----------------------------------------------- | ------------------ |
| <p>memberAssessmentId \*</p><p>string(path)</p> | memberAssessmentId |

**Responses**

| Code | Description | Links      |
| ---- | ----------- | ---------- |
| 201  |             | *No links* |

</details>

<details>

<summary>POST /lessons / {lessonId} / flashcards / {flashcardId}</summary>

**Parameters**

| Name                                     | Description |
| ---------------------------------------- | ----------- |
| <p>lessonId \*</p><p>string(path)</p>    | lessonId    |
| <p>flashcardId \*</p><p>string(path)</p> | flashcardId |

**Responses**

| Code | Description | Links      |
| ---- | ----------- | ---------- |
| 201  |             | *No links* |

</details>

<details>

<summary>POST / move-folder-to-other-community</summary>

**Parameters**

*No parameters*

**Responses**

| Code | Description | Links      |
| ---- | ----------- | ---------- |
| 201  |             | *No links* |

</details>

<details>

<summary>POST / emails</summary>

**Parameters**

*No parameters*

**Responses**

| Code | Description | Links      |
| ---- | ----------- | ---------- |
| 201  |             | *No links* |

</details>

<details>

<summary>DELETE / emails</summary>

**Parameters**

*No parameters*

**Responses**

| Code | Description | Links      |
| ---- | ----------- | ---------- |
| 200  |             | *No links* |

</details>

<details>

<summary>POST / orderbump</summary>

**Parameters**

*No parameters*

**Responses**

| Code | Description | Links      |
| ---- | ----------- | ---------- |
| 201  |             | *No links* |

</details>

<details>

<summary>DELETE /orderbump / {uuid}</summary>

**Parameters**

| Name                              | Description |
| --------------------------------- | ----------- |
| <p>uuid \*</p><p>string(path)</p> | uuid        |

**Responses**

| Code | Description | Links      |
| ---- | ----------- | ---------- |
| 200  |             | *No links* |

</details>

<details>

<summary>GET / lessons / assessments /{memberAssessmentId}/ attempt</summary>

**Parameters**

| Name                                            | Description        |
| ----------------------------------------------- | ------------------ |
| <p>memberAssessmentId \*</p><p>string(path)</p> | memberAssessmentId |

**Responses**

| Code | Description | Links      |
| ---- | ----------- | ---------- |
| 200  |             | *No links* |

</details>

<details>

<summary>GET / lessons / assessments / correction / {correctionId}</summary>

**Parameters**

| Name                                      | Description  |
| ----------------------------------------- | ------------ |
| <p>correctionId \*</p><p>string(path)</p> | correctionId |
| <p>admin \*</p><p>string(query)</p>       | admin        |

**Responses**

| Code | Description | Links      |
| ---- | ----------- | ---------- |
| 200  |             | *No links* |

</details>

<details>

<summary>GET / lessons / {lessonId} / flashcards</summary>

**Parameters**

| Name                                  | Description |
| ------------------------------------- | ----------- |
| <p>lessonId \*</p><p>string(path)</p> | lessonId    |

**Responses**

| Code | Description | Links      |
| ---- | ----------- | ---------- |
| 200  |             | *No links* |

</details>

<details>

<summary>GET / hc</summary>

**Parameters**

No parameters

**Responses**

| Code | Description | Links      |
| ---- | ----------- | ---------- |
| 200  |             | *No links* |

</details>

<details>

<summary>GET / orderbumps</summary>

**Parameters**

No parameters

**Responses**

| Code | Description | Links      |
| ---- | ----------- | ---------- |
| 200  |             | *No links* |

</details>

<details>

<summary>GET /reports /group /tenants</summary>

**Parameters**

No parameters

**Responses**

| Code | Description | Links      |
| ---- | ----------- | ---------- |
| 200  |             | *No links* |

</details>

<details>

<summary>GET /members /channels/has-access</summary>

**Parameters**

No parameters

**Responses**

| Code | Description | Links      |
| ---- | ----------- | ---------- |
| 200  |             | *No links* |

</details>

### Relatórios

<details>

<summary>GET / api / reports / enrollments</summary>

**Parameters**

| Name                                       | Description                              |
| ------------------------------------------ | ---------------------------------------- |
| <p>limit</p><p>number</p><p>(query)</p>    | Número de registros por página (max 100) |
| <p>offset</p><p>number</p><p>(query)</p>   | Número de registros a serem ignorados    |
| <p>memberId</p><p>string</p><p>(query)</p> | ID do membro para filtrar matrículas     |
| <p>export</p><p>string</p><p>(query)</p>   | Exportar relatório (true/false)          |

**Responses**

<table><thead><tr><th width="82.33331298828125">Code</th><th width="572.77783203125">Description</th><th width="89.111083984375">Links</th></tr></thead><tbody><tr><td>200</td><td><p>Relatório de matrículas gerado com sucesso!</p><p></p><p>Media type:</p><p></p><p>application/jsonControls </p><p></p><ul><li>Example Value:</li></ul><pre class="language-json"><code class="lang-json">{
  "metadata": {
    "totalCount": 0,
    "hasmore": true,
    "limit": 0,
    "offset": 0
  },
  "data": [
    {
      "id": 0,
      "content": {
        "id": 0,
        "title": "string",
        "slug": "string"
      },
      "startedAt": "2025-07-09T03:29:58.910Z",
      "finishedAt": "2025-07-09T03:29:58.910Z",
      "member": {
        "id": 0,
        "name": "string",
        "email": "string",
        "slug": "string",
        "groupIds": [
          0
        ]
      },
      "situationId": 0,
      "progress": 0,
      "expiresAt": "2025-07-09T03:29:58.910Z",
      "expirationEnabled": true,
      "integration": "string"
    }
  ]
}
</code></pre></td><td><em>No links</em></td></tr></tbody></table>

</details>

<details>

<summary>GET / reports / progress</summary>

**Parameters**

| Name                                                         | Description                              |
| ------------------------------------------------------------ | ---------------------------------------- |
| <p>limit</p><p>number</p><p>(query)</p>                      | Número de registros por página (max 100) |
| <p>offset</p><p>number</p><p>(query)</p>                     | Número de registros a serem ignorados    |
| <p>content</p><p>string</p><p>(query)</p>                    | Nome, slug ou ID do conteúdo             |
| <p>lesson</p><p>string</p><p>(query)</p>                     | Nome ou ID da aula                       |
| <p>section</p><p>string</p><p>(query)</p>                    | Nome ou ID do módulos                    |
| <p>finishedSince</p><p>string($date-time)</p><p>(query)</p>  | Data inicial de finalização da aula      |
| <p>finishedUntil</p><p>string($date-time)</p><p>(query)</p>  | Data final de finalização da aula        |
| <p>startUpdatedAt</p><p>string($date-time)</p><p>(query)</p> | Data inicial de atualização              |
| <p>endUpdatedAt</p><p>string($date-time)</p><p>(query)</p>   | Data final de atualização                |
| <p>member</p><p>string</p><p>(query)</p>                     | Nome, email, slug ou ID do membro        |
| <p>group</p><p>string</p><p>(query)</p>                      | Nome ou ID do grupos                     |

**Responses**

<table><thead><tr><th width="85.6666259765625">Code</th><th width="681">Description</th><th width="91.3333740234375">Links</th></tr></thead><tbody><tr><td>200</td><td><p>Relatório de progresso gerado com sucesso!</p><p></p><p>Media type:</p><p></p><p>application/jsonControls </p><p></p><ul><li>Example Value:</li></ul><pre class="language-json"><code class="lang-json">{
  "metadata": {
    "totalCount": 0,
    "hasmore": true,
    "limit": 0,
    "offset": 0
  },
  "data": {
    "id": 0,
    "finishedAt": "2025-07-09T03:29:58.915Z",
    "lesson": {
      "id": 0,
      "title": "string",
      "section": {
        "id": 0,
        "title": "string",
        "content": {
          "id": 0,
          "title": "string",
          "slug": "string"
        }
      }
    },
    "member": {
      "id": 0,
      "email": "string"
    },
    "enrollment": {
      "id": 0,
      "progress": 0,
      "group": {
        "id": 0,
        "uuid": "string",
        "name": "string"
      }
    }
  }
}
</code></pre></td><td><em>No links</em></td></tr></tbody></table>

</details>

### Showcases

<details>

<summary>GET / showcases</summary>

**Parameters**

No parameters

**Responses**

<table><thead><tr><th width="86.77777099609375">Code</th><th>Description</th><th width="87.88885498046875">Links</th></tr></thead><tbody><tr><td>200</td><td><p>Vitrines listadas com sucesso!</p><p></p><p>Media type:</p><p></p><p>application/jsonControls </p><p></p><ul><li>Example Value:</li></ul><pre class="language-json"><code class="lang-json">{
  "contentId": "string",
  "description": "string",
  "title": "string",
  "slug": "string",
  "categoryId": "string",
  "contentDisplayPage": "string",
  "createdAt": "string",
  "updatedAt": "string",
  "customDisplayPage": "string",
  "isContentShowcaseEnabled": "string",
  "isCustomPageStudentsEnabled": "string",
  "imageName": "string",
  "imageAlt": "string",
  "imageTitle": "string",
  "imagePath": "string",
  "order": "string",
  "contentSection": "string",
  "instructorSlug": "string",
  "name": "string",
  "instructorImagePath": "string",
  "instructorImageName": "string",
  "contentTypeId": "string",
  "contentType": "string",
  "contentCategory": "string",
  "contentCategorySlug": "string",
  "contentCategoryIcon": "string"
}
</code></pre></td><td><em>No links</em></td></tr></tbody></table>

</details>

### Comunidade

<details>

<summary>GET /tenants /{tenantUuid} / community</summary>

**Parameters**

| Name                                    | Description |
| --------------------------------------- | ----------- |
| <p>tenantUuid \*</p><p>string(path)</p> | tenantUuid  |

**Responses**

<table><thead><tr><th width="82.33331298828125">Code</th><th width="588.6666259765625">Description</th><th width="74.66650390625">Links</th></tr></thead><tbody><tr><td>200</td><td><p>Listagem das comunidades do tenant.</p><p></p><p>Media type:</p><p><strong><code>application/jsonControls</code></strong></p><p></p><ul><li>Example Value</li></ul><pre class="language-json"><code class="lang-json">[
  {
    "type": "FOLDER",
    "order": 0,
    "data": {
      "id": 0,
      "uuid": "string",
      "name": "string",
      "description": "string",
      "createdAt": "2025-07-10T19:53:32.904Z",
      "channels": [
        {
          "id": 0,
          "uuid": "string",
          "isDefault": true,
          "isHome": true,
          "name": "string",
          "icon": "string",
          "description": "string",
          "permission": "string",
          "link": "string",
          "accessType": "string",
          "showingType": "string",
          "type": "string",
          "createdAt": "2025-07-10T19:53:32.904Z",
          "order": 0
        }
      ]
    }
  },
  {
    "type": "CHANNEL",
    "order": 0,
    "data": {
      "id": 0,
      "uuid": "string",
      "isDefault": true,
      "isHome": true,
      "name": "string",
      "icon": "string",
      "description": "string",
      "permission": "string",
      "link": "string",
      "accessType": "string",
      "showingType": "string",
      "type": "string",
      "createdAt": "2025-07-10T19:53:32.904Z",
      "order": 0
    }
  }
]
</code></pre></td><td><em>No links</em></td></tr></tbody></table>

</details>

<details>

<summary>GET / community / channels / {uuid} / posts</summary>

**Parameters**

| Name                              | Description |
| --------------------------------- | ----------- |
| <p>uuid \*</p><p>string(path)</p> | uuid        |

**Responses**

<table><thead><tr><th width="79.5555419921875">Code</th><th>Description</th><th width="80">Links</th></tr></thead><tbody><tr><td>200</td><td><p>Posts listados com sucesso!</p><p></p><p>Media type:</p><p></p><p><code>application/jsonControls</code> </p><p></p><ul><li>Example Value</li></ul><pre class="language-json"><code class="lang-json">{
  "metadata": {
    "totalCount": 0,
    "hasMore": true,
    "limit": 0,
    "offset": 0
  },
  "data": [
    {
      "id": 0,
      "uuid": "string",
      "title": "string",
      "description": "string",
      "situation": 0,
      "createdAt": "string",
      "image": "string",
      "isRead": true,
      "isPinned": true,
      "isCommentsBlocked": true,
      "images": [
        {}
      ],
      "channel": {
        "id": 0,
        "uuid": "string",
        "isDefault": true,
        "isHome": true,
        "name": "string",
        "icon": "string",
        "description": "string",
        "permission": "string",
        "link": "string",
        "accessType": "string",
        "showingType": "string",
        "type": "string",
        "createdAt": "2025-07-10T20:07:18.600Z",
        "order": 0
      },
      "author": {
        "id": 0,
        "uuid": "string",
        "name": "string",
        "email": "string",
        "slug": "string",
        "image": "string",
        "path": "string",
        "headline": "string",
        "roles": [
          "string"
        ],
        "skills": [
          "string"
        ],
        "phones": [
          {
            "type": "string",
            "country": "string",
            "ddd": "string",
            "number": "string"
          }
        ],
        "networks": [
          {
            "url": "string",
            "type": "string"
          }
        ]
      },
      "lesson": {
        "title": "string",
        "link": "string"
      },
      "answers": {
        "interactionsCount": 0,
        "likesCount": 0,
        "totalCount": 0,
        "hasMore": true,
        "limit": 0,
        "offset": 0
      },
      "mentionedMembers": [
        {
          "id": 0,
          "uuid": "string",
          "name": "string",
          "slug": "string"
        }
      ],
      "metadata": {
        "me": {
          "interactions": [
            {
              "type": "string"
            }
          ]
        }
      }
    }
  ]
}
</code></pre></td><td><em>No links</em></td></tr></tbody></table>

</details>

### Conteúdos

<details>

<summary>DELETE / contents / {id}</summary>

**Parameters**

| Name                                           | Description   |
| ---------------------------------------------- | ------------- |
| <p>id \*</p><p>number(path)</p>                | id            |
| <p>Authorization \* </p><p>string (header)</p> | Authorization |

**Responses**

| Code | Description                    | Links      |
| ---- | ------------------------------ | ---------- |
| 204  | Conteúdo removido com sucesso! | *No links* |

</details>

### Categorias

<details>

<summary>POST / categories / {id}</summary>

**Parameters**

| Name                            | Description |
| ------------------------------- | ----------- |
| <p>id \*</p><p>string(path)</p> | id          |

**Responses**

| Code | Description                  | Links      |
| ---- | ---------------------------- | ---------- |
| 200  | Categoria salva com sucesso! | *No links* |

</details>

<details>

<summary>DELETE /categories / {id}</summary>

**Parameters**

| Name                            | Description |
| ------------------------------- | ----------- |
| <p>id \*</p><p>string(path)</p> | id          |

**Responses**

| Code | Description                     | Links      |
| ---- | ------------------------------- | ---------- |
| 200  | Categoria removida com sucesso! | *No links* |

</details>

### Trilhas

<details>

<summary>POST / tracks / {id}</summary>

**Parameters**

| Name                            | Description |
| ------------------------------- | ----------- |
| <p>id \*</p><p>string(path)</p> | id          |

**Responses**

| Code | Description               | Links      |
| ---- | ------------------------- | ---------- |
| 200  | Trilha salva com sucesso! | *No links* |

</details>

### Tracks

<details>

<summary>DELETE/tracks/{id}</summary>

**Parameters**

| Name                            | Description |
| ------------------------------- | ----------- |
| <p>id \*</p><p>number(path)</p> | id          |

**Responses**

| Code | Description                  | Links      |
| ---- | ---------------------------- | ---------- |
| 204  | Trilha removida com sucesso! | *No links* |

</details>

### Tipos de conteúdo

<details>

<summary>POST / content-types / {id}</summary>

**Parameters**

| Name                            | Description |
| ------------------------------- | ----------- |
| <p>id \*</p><p>number(path)</p> | id          |

**Responses**

| Code | Description                          | Links      |
| ---- | ------------------------------------ | ---------- |
| 200  | Tipo de conteúdo criado com sucesso! | *No links* |

</details>
