Update OpenAPI specAsk AIput https://app.aikido.dev/api/public/v1/domains/{domain_id}/update/openapi-specUpdates the OpenAPI spec of a domain with a specified idPath Paramsdomain_idint32required≥ 0The ID of the domain to update the OpenAPI spec forBody ParamsThe parameters needed to update the OpenAPI spec for a domainopenapi_specstringrequiredThe stringified OpenAPI Spec content. Format must be JSON or YAML.Responses 200The OpenAPI Spec has been successfully updated 400OpenAPI Spec could not be updated 404Domain not foundUpdated 7 months ago