diff --git a/KEYSAT_AGENT_GUIDE.md b/KEYSAT_AGENT_GUIDE.md index c2c8861..61c039b 100644 --- a/KEYSAT_AGENT_GUIDE.md +++ b/KEYSAT_AGENT_GUIDE.md @@ -170,7 +170,7 @@ Scope required: `licenses:write` (any role except `read-only`). curl -X POST $KS/v1/admin/licenses/$LICENSE_ID/revoke \ -H "Authorization: Bearer ks_..." \ -H "Content-Type: application/json" \ - -d '{"reason":"refund issued"}' + -d '{"reason":"customer request"}' ``` Idempotent. The next online validate from the buyer's app returns `reason: revoked`.