Skip to content

Create governance action

POST
/governance/actions
curl --request POST \
--url https://shoehorn.example.com/api/v1/governance/actions \
--header 'Content-Type: application/json' \
--data '{ "title": "example", "description": "example", "type": "example", "priority": "critical", "entity_id": "example", "assigned_to": "example", "due_date": "2026-04-15" }'
Media type application/json
object
title
required
string
description
string
type
required
string
priority
required
string
Allowed values: critical high medium low
entity_id
string
assigned_to
string
due_date
string format: date

Action created