Valyourise Logo

ValYouRise

DevelopmentApi

Apply or undo AI-proposed changes

Applies or undoes persisted AI-proposed changes against workspace items and objective links.

POST
/api/workspaces/{workspaceId}/ai/apply

Applies or undoes persisted AI-proposed changes against workspace items and objective links.

PAT<token>

Personal Access Token

In: header

Path Parameters

workspaceId*string

Request Body

application/json

action*string
Value in"undo"
change*

Proposed change to undo

[key: string]?never

Response Body

curl -X POST "https://loading/api/workspaces/string/ai/apply" \  -H "Content-Type: application/json" \  -d '{    "action": "undo",    "change": {      "id": "string",      "toolName": "string",      "input": null,      "before": {},      "after": {},      "undoAction": "delete"    }  }'
Empty
Empty
Empty