Implement snip api post
This commit is contained in:
13
.http
13
.http
@ -3,7 +3,16 @@ GET {{host}}/api/me
|
||||
Accept: application/json
|
||||
X-AUTH-TOKEN: {{apiKey}}
|
||||
|
||||
### api snip
|
||||
GET {{host}}/api/snip/2
|
||||
### api snip get
|
||||
GET {{host}}/api/snip/22
|
||||
Accept: application/json
|
||||
X-AUTH-TOKEN: {{apiKey}}
|
||||
|
||||
### api snip post edit
|
||||
POST {{host}}/api/snip/22
|
||||
Content-Type: application/json
|
||||
X-AUTH-TOKEN: {{apiKey}}
|
||||
|
||||
{
|
||||
"content": "snip api test push number 3 without name"
|
||||
}
|
||||
|
Reference in New Issue
Block a user