Create an asset

POST {{baseUrl}}/api/assets

Create a new asset.

Request Body

{"_id"=>"<string>", "id"=>"<string>", "kind"=>"oas-template", "last_updated_at"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;message&quot;:&quot;\u003cstring\u003e&quot;,&quot;status&quot;:&quot;\u003cstring\u003e&quot;}