Skip to content

Commit

Permalink
Merge PR #203 from TreinaDev/fix/documentacao-patch-convite
Browse files Browse the repository at this point in the history
[FIX] Corrige instrução errada na documentação do endpoint PATCH /api/v1/invitations/

Co-authored-by: [email protected] <[email protected]>
  • Loading branch information
eliseuramos93 and GyodaiDDA authored Feb 14, 2024
2 parents 01ec599 + 31a4588 commit bd89bea
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions api_doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,9 +373,7 @@ Corpo da requisição:

```json
{
"invitation": {
"status": "accepted"
}
"status": "accepted"
}
```

Expand Down Expand Up @@ -403,9 +401,7 @@ Outro exemplo de requisição que retornará este erro:

```json
{
"invitation": {
"status": "XXXinvalid_statusXXX"
}
"status": "XXXinvalid_statusXXX"
}
```

Expand Down

0 comments on commit bd89bea

Please sign in to comment.