Logo
3Play V3 API API Documentation

Update Glossary

PUT {{host}}/v3/glossaries/{{glossary_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/glossaries/undefined/?api_key=undefined?api_key=undefined' -H 'Content-Type: multipart/form-data;' -F '{"name"=>"word_list", "value"=>" test1", "datatype"=>"string"}=' -F '{"name"=>"pdf_attachment", "value"=>"", "datatype"=>"null"}='

ENDPOINTS