cURL
curl --request POST \ --url https://api.example.com/actions/commands/enable-actions \ --header 'Content-Type: application/json' \ --data ' { "category": "<string>", "provider": "<string>", "game": "<string>", "ids": [ "<string>" ] } '
{ "success": true, "message": "<string>", "ids": [ "<string>" ] }
Enables actions by their IDs, category, provider, or game
Actions successfully enabled
Was this page helpful?