Skip to content

Add technical layer to handle change propositions (hexa, db storage, repositories,services etc) #117

@vincent-psarga

Description

@vincent-psarga
curl -X POST http://localhost:4200/organizations/<ORGA_ID>/changeProposals/ \
-H "Authorization: Bearer $PACKMIND_API_KEY_V3" \
-H "Content-Type: application/json" \
-d '{
  "type": "updateCommandName",
  "artefactId": "<RECIPE_ID>",
  "payload": {
    "oldValue": "<RECIPE_OLD_NAME>",
    "newValue": "<RECIPE_NEW_NAME>"
  },
  "captureMode": "commit"
}'

Sub-issues

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions