POST
/
inventory

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
createdAt
string
required
default
boolean
required

flag if the inventory is the default one

id
string
required

Unique identifier for the entity

name
string
required

the inventory name

resources
object[]
required

the inventory resources list

updatedAt
string
required
description
string

the inventory description

Response

201 - application/json
createdAt
string
required
default
boolean
required

flag if the inventory is the default one

id
string
required

Unique identifier for the entity

name
string
required

the inventory name

resources
object[]
required

the inventory resources list

updatedAt
string
required
description
string

the inventory description