Document post endpoints
This commit is contained in:
@@ -7,11 +7,7 @@ meta {
|
||||
post {
|
||||
url: {{baseUrl}}/api/posts/1/comments
|
||||
body: json
|
||||
auth: bearer
|
||||
}
|
||||
|
||||
auth:bearer {
|
||||
token: {{accessToken}}
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
|
||||
@@ -7,9 +7,5 @@ meta {
|
||||
delete {
|
||||
url: {{baseUrl}}/api/posts/1/comments/1
|
||||
body: none
|
||||
auth: bearer
|
||||
}
|
||||
|
||||
auth:bearer {
|
||||
token: {{accessToken}}
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
@@ -7,11 +7,7 @@ meta {
|
||||
patch {
|
||||
url: {{baseUrl}}/api/posts/1/comments/1
|
||||
body: json
|
||||
auth: bearer
|
||||
}
|
||||
|
||||
auth:bearer {
|
||||
token: {{accessToken}}
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
|
||||
Reference in New Issue
Block a user