We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1827372 commit 466270aCopy full SHA for 466270a
README.md
@@ -32,7 +32,7 @@ For demonstration purposes all user authentication and specific permissions veri
32
{
33
"title": "New Post",
34
"username": "John Doe",
35
- "content": "New content for a post",
+ "content": "New content for a post"
36
}
37
38
* **PATCH https://codeleap.herokuapp.com/careers/{ID}/** - Update an existent Post by ID
@@ -41,7 +41,7 @@ For demonstration purposes all user authentication and specific permissions veri
41
42
43
"title": "Edited Post",
44
- "content": "This content has been edited",
+ "content": "This content has been edited"
45
46
47
* **DELETE https://codeleap.herokuapp.com/careers/{ID}/** - Delete an existent Post by ID
0 commit comments