Fix search publication mechanism.
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
meta {
|
||||
name: Update an existing category
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
put {
|
||||
url: {{url}}/api/categories/{{categoryId}}
|
||||
body: json
|
||||
auth: bearer
|
||||
}
|
||||
|
||||
auth:bearer {
|
||||
token: {{bearerToken}}
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"name": "Another name of the category",
|
||||
"subCategoryIds": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user