Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] Corrige instrução errada na documentação do endpoint PATCH /api/v1/invitations/ #203

Merged
merged 1 commit into from
Feb 14, 2024

Conversation

eliseuramos93
Copy link
Contributor

@eliseuramos93 eliseuramos93 commented Feb 13, 2024

Essa PR aborda e resolve #192

Na documentação de API da Portfoliorrr, no tópico ‘6. Editar status de convite’, o corpo da requisição está errado.
Correto:

{
  "status": "accepted"
}

Na Doc esta como:

{
  "invitation": {
                  "status": "accepted"
                }
}

Copy link
Member

@DanSmaR DanSmaR left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

@eliseuramos93 eliseuramos93 merged commit bd89bea into main Feb 14, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Fix][Docs] Corrigir documentação da API - Editar status de convite
4 participants