From 392123260cb2a78a4e565f7ec187e97facd59af7 Mon Sep 17 00:00:00 2001 From: FilipBernevec Date: Sun, 24 Mar 2019 16:44:11 -0400 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5024500..caf549f 100644 --- a/README.md +++ b/README.md @@ -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 |