Skip to main content

Update a Custom API

PUT 

https://useast.api.elasticpath.com/v2/settings/extensions/custom-apis/:custom_api_id

Update a Custom API

Request

Responses

OK

Authorization: http

name: bearerAuthtype: httpscheme: bearer

Request Collapse all
Base URL
https://useast.api.elasticpath.com
Auth
Parameters
— pathrequired
Body
{
  "data": {
    "type": "string",
    "name": "string",
    "description": "string",
    "slug": "string",
    "api_type": "string",
    "allow_upserts": false
  }
}
ResponseClear

Click the Send API Request button above and see the response here!