feat(monorepo): migrate to typescript monorepo
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
meta {
|
||||
name: remove-comment-from-article
|
||||
type: http
|
||||
seq: 4
|
||||
}
|
||||
|
||||
delete {
|
||||
url: {{baseUrl}}/feed/articles/:articleId/comments/:commentId
|
||||
body: none
|
||||
auth: bearer
|
||||
}
|
||||
|
||||
params:path {
|
||||
commentId: 01971449-6f1b-724f-bb43-2bc0af698c5f
|
||||
articleId: 019589b9-7137-7156-9aeb-1e3f0f138a15
|
||||
}
|
||||
|
||||
auth:bearer {
|
||||
token: {{token}}
|
||||
}
|
||||
Reference in New Issue
Block a user