Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.96 KB

File metadata and controls

12 lines (9 loc) · 1.96 KB

ActionsRpcRequestDto

Fields

Field Type Required Description Example
action string ✔️ The action to execute create_employee
path array<string, mixed> Path parameters for the action {
"id": "123"
}
query ?Components\Query Query parameters for the action
headers array<string, mixed> Headers for the action {
"Content-Type": "application/json"
}
body array<string, mixed> Request body for the action {
"data": "example"
}