TFDi Design Icon
TFDi Design
Plugin Creation GuideLocal API ReferenceUnblock Close

Indicate that the application should no longer ask the user for confirmation before closing based on a specified reason identifier

POST
/api/unblockclose
blockNamestring

Response Body

curl -X POST "http://localhost:7172/api/unblockclose" \  -H "Content-Type: application/json" \  -d '{    "blockName": "string"  }'
Empty