Skip to content

workflows

Request

Create or update workflow for an inventory

Security
bearerAuth
Path
inventoryIdinteger, (int64), >= 1required

ID of the Inventory

Example:1
Bodyapplication/jsonrequired
Array [
keystring
valuestring
]
curl -i -X POST \
  https://codeinsightapi.redocly.app/_mock/swagger/inventories/1/workflows \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '[
    {
      "key": "string",
      "value": "string"
    }
  ]'

Responses

Created