Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Example:{
"participantId": "ad6da938-9bf4-40a7-ae05-ba3759258b5c",
"action": "CTRL + P"
}
Request Code Samples
curl --location --request POST 'http://localhost:8082/rest/web/open/log/action/external' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: text/plain' \
--data-raw '{
"participantId": "ad6da938-9bf4-40a7-ae05-ba3759258b5c",
"action": "CTRL + P"
}'
Responses
application/json Modified at 2024-03-06 02:01:11