Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego2250 authored Nov 17, 2023
1 parent 3e2a93c commit 87b1db7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,26 @@ Devuelve todas las carreras
}
}
```

### [POST] api/careers
Crea una carrera

## Params
``` json
{
"nombre" : string
"descripcion" : string
}
```

#### Response
``` json
{
"status": 200,
"message": "Career created successfully",
"data": nil
}
```
---
## Postulaciones
### [POST] api/postulation
Expand Down

0 comments on commit 87b1db7

Please sign in to comment.