Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.56 KB

File metadata and controls

12 lines (9 loc) · 1.56 KB

ActionsRpcRequestDto

Fields

Field Type Required Description Example
Action string ✔️ The action to execute create_employee
Path Dictionary<String, object> Path parameters for the action {
"id": "123"
}
Query Query Query parameters for the action
Headers Dictionary<String, object> Headers for the action {
"Content-Type": "application/json"
}
Body Dictionary<String, object> Request body for the action {
"data": "example"
}