provider API Management PUT /api/v2/apicatalog/api/{id}/openapi
@utdk/datadog /api/v2/apicatalog/api/{id}/openapi
Update an API
Update information about a specific API. The given content will replace all API content of the given ID. The ID is returned by the create API, or can be found in the URL in the API catalog UI.
id path required
ID of the API to modify
string

Try it

Authentication
Configure credentials for Datadog API V2 Collection
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

updateopenapi
PUT/api/v2/apicatalog/api/{id}/openapi
Update information about a specific API. The given content will replace all API content of the given ID. The ID is returned by the create API, or can be found in the URL in the API catalog UI.

Parameters

required

ID of the API to modify

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.updateopenapi()