EnvironmentSettingsInput
Input parameters for updating environment endpoint path settings.
input EnvironmentSettingsInput {
restPath: String
soapPath: String
soap12Path: String
odataPath: String
graphQLPath: String
}
Fields
EnvironmentSettingsInput.restPath ● String scalar miscellaneous
Specifies the portion of the URL that is used to access a REST endpoint through the API Gateway.
EnvironmentSettingsInput.soapPath ● String scalar miscellaneous
Specifies the portion of the URL that is used to access a SOAP operation through the API Gateway.
EnvironmentSettingsInput.soap12Path ● String scalar miscellaneous
Specifies the portion of the URL that is used to access a SOAP 1.2 operation through the API Gateway.
EnvironmentSettingsInput.odataPath ● String scalar miscellaneous
Specifies the portion of the URL that is used to access a SOAP 1.2 operation through the API Gateway.
EnvironmentSettingsInput.graphQLPath ● String scalar miscellaneous
Specifies the portion of the URL that is used to access GRAPHQL endpoint through the API Gateway.
Member Of
EnvironmentInput input