Organizations
Request Body
application/json
action*string
What the user chose to do about the daemon prompt.
Value in
"dismissed" | "accepted"Response Body
application/json
curl -X POST "https://app.scanopy.net/api/v1/organizations/daemon-prompt-response" \ -H "Content-Type: application/json" \ -d '{ "action": "dismissed" }'{
"meta": {
"api_version": 1,
"server_version": "0.17.8"
},
"success": true,
"data": {},
"error": "string"
}