callParams
Call Parameters
required
|
type: object
object attributes: {
entity
: {
display name: Request entity (as string)
type: string
}
headers
: {
display name: Request protocol headers
type: object
}
method
: {
display name: Call method
type: string
description : One of GET, POST, PUT, or DELETE
enum: {
get
put
post
delete
}
}
queryParams
: {
display name: Query parameters
type: object
}
uri
: {
display name: Endpoint URI
type: string
}
}
|