Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipBernevec committed Mar 24, 2019
1 parent d92f501 commit 3921232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ There is one Heroku deployments:

| Endpoint | Method | Header | Body | Output |
|----------|--------|--------|------|--------|
| /posting/create | POST | "Authorization": "Bearer [INSERT_JWT]" | recruiter: String, title: String, description: String| Creates a new job posting, returns the posting with the generated id |
| /posting/create | POST | "Authorization": "Bearer [INSERT_JWT]" | recruiter: String, title: String, description: String, location: String, salary: Number, requirments: String, company: String, start_date: String, end_date: String, posting_date: String, deadline: String | Creates a new job posting, returns the posting with the generated id |
| /posting/id/:id | GET | | Body | Output |
| /posting/recruiter/:recruiter | GET | | Body | Output |
| /posting/allpostings| GET | | Body | Output |
Expand Down

0 comments on commit 3921232

Please sign in to comment.