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
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

Configure credentials above to enable sending.

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

TypeScript

import datadog from '@utdk/datadog';

await datadog.updateopenapi()