MethodCreateRequest

MethodCreateRequest

NameDescriptionSchemaDefault
api_key_required
optional
Api Key Required
Example : False
any of [boolean, null]
endpoint_url
optional
Method Endpoint URL
Example : https://127.0.0.1:8000
any of [string, null]
function_id
optional
Cloud Function ID
Example : 27bb070b564349f8a31cc60734cc36a5
any of [string, null]
integration_type
required
Method Integration Type
Example : HTTP
enum (HTTP, SCF, PRIVATELINK)
method_type
required
Method Type
Example : GET
enum (GET, POST, PUT, DELETE, PATCH, HEAD, OPTIONS, ANY)
privatelink_endpoint_id
optional
PrivateLink Endpoint ID
Example : 27bb070b564349f8a31cc60734cc36a5
any of [string, null]
query_strings
optional
Method Query Strings
Example : {'param1': 'value1', 'param2': 'value2'}
any of [object[boolean], null]
request_headers
optional
Method Request Headers
Example : {'test1' : True}
any of [object[boolean], null]