Logo
3Play V3 API API Documentation

Edit Cheat Sheet

PUT {{host}}/v3/cheat_sheets/{{cheat_sheet_id}}/?api_key={{api_key}}

 

Body PARAM

Key Datatype Required Description 
api_key
string



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PUT 'http://api.3play.com/v3/cheat_sheets/undefined/?api_key=undefined?api_key=undefined' -H 'Content-Type: multipart/form-data;' -F '{"name"=>"content_type", "value"=>"script", "datatype"=>"string"}=' -F '{"name"=>"service_type", "value"=>"TranscriptionService", "datatype"=>"string"}=' -F '{"name"=>"content", "value"=>"Test Cheet Sheet", "datatype"=>"string"}=' -F '{"name"=>"pdf_attachment", "value"=>"", "datatype"=>"null"}='

ENDPOINTS