Move backend files into a sub folder.
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
meta {
|
||||
name: Create a new publication
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{url}}/api/publications
|
||||
body: json
|
||||
auth: bearer
|
||||
}
|
||||
|
||||
auth:bearer {
|
||||
token: {{bearerToken}}
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"title" : "Test",
|
||||
"text" : "Test",
|
||||
"description" : "Test",
|
||||
"illustrationId" : "e2a5618e-ef83-4e83-b8ec-0aa129173f85",
|
||||
"categoryId" : "3f4b4540-a901-92f3-1c15-8ec9172f820e"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user