Create 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
EndpointsApiInterface
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
EndpointsApiInterface
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
EndpointsApiInterface
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
EndpointsApiInterface
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
EndpointsApiInterface
Generated using TypeDoc
EndpointsApi - interface
Export
EndpointsApi