feat: add category and sub for media
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
meta {
|
||||
name: add sub-category
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{baseUrl}}/sub-categories
|
||||
body: multipartForm
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
params:query {
|
||||
:
|
||||
}
|
||||
|
||||
body:multipart-form {
|
||||
category_id:
|
||||
name:
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
Reference in New Issue
Block a user