Optional
configuration: ConfigurationCreate a new endpoint.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
A valid configuration object for the new endpoint.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Create an endpoint
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
The unique `_id` value of an endpoint
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Delete an endpoint
Get all endpoint configurations.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Get all endpoints
Get a specific endpoint's configuration.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
The unique `_id` value of an endpoint
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Get an endpoint
Modify an existing endpoint configuration.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
The unique `_id` value of an endpoint
A valid, updated configuration object for the endpoint.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Modify an endpoint
Generated using TypeDoc
EndpointsApi - axios parameter creator