Open alessandrofeitoza opened 1 week ago
Precisamos de alguns endpoints para gerencias as inscrições nas fases da oportunidades
GET /opportunities/{id}/phases/{id}/inscriptions
POST /opportunities/{id}/phases/{id}/inscriptions
GET /opportunities/{id}/phases/{id}/inscriptions/{id}
DELETE /opportunities/{id}/phases/{id}/inscriptions/{id}
PATCH /opportunities/{id}/phases/{id}/inscriptions/{id}
WHAT
Precisamos de alguns endpoints para gerencias as inscrições nas fases da oportunidades
GET /opportunities/{id}/phases/{id}/inscriptions
POST /opportunities/{id}/phases/{id}/inscriptions
GET /opportunities/{id}/phases/{id}/inscriptions/{id}
DELETE /opportunities/{id}/phases/{id}/inscriptions/{id}
PATCH /opportunities/{id}/phases/{id}/inscriptions/{id}
CHECKLIST