cURL
curl --request PUT \ --url https://{tenant}/api/org/opa \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "open_policy": { "rules": "<string>" } } '
{ "ID": "<string>", "Message": "<string>", "Meta": "<unknown>", "Status": "<string>" }
Modify your OPA rules.
The Tyk Dashboard API Access Credentials
Create rule to prevent creation of keyless APIs.
Show child attributes
OPA rules updated.
Was this page helpful?