Need to fix date format
This commit is contained in:
15
requests/Asset/CreateAsset.http
Normal file
15
requests/Asset/CreateAsset.http
Normal file
@ -0,0 +1,15 @@
|
||||
# @name create
|
||||
|
||||
POST {{host}}/asset
|
||||
Authorization: Bearer {{token}}
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"Name": "Mike 1001",
|
||||
"Category": "Person",
|
||||
"SubCategory": "Male"
|
||||
}
|
||||
|
||||
### get based on location header
|
||||
|
||||
GET {{create.response.headers.Location}}
|
Reference in New Issue
Block a user