diff --git a/api/api.yaml b/api/api.yaml index 707bd78..89ce3c9 100644 --- a/api/api.yaml +++ b/api/api.yaml @@ -747,7 +747,6 @@ paths: application/problem+json: schema: $ref: "../problem/problem.yaml#/components/schemas/ApiProblem" - /projects/{projectIdOrName}/integrations/{integrationId}: delete: summary: Delete an integration operationId: deleteIntegration @@ -761,10 +760,10 @@ paths: schema: type: string example: my-project - - name: integrationId + - name: integrationIdOrName in: path required: true - description: The integration ID. + description: The integration ID or name. schema: type: string example: 123e4567-e89b-12d3-a456-426614174000 diff --git a/api/generated/api.json b/api/generated/api.json index 8285de0..e0da881 100644 --- a/api/generated/api.json +++ b/api/generated/api.json @@ -8720,9 +8720,7 @@ } } } - } - }, - "/projects/{projectIdOrName}/integrations/{integrationId}": { + }, "delete": { "summary": "Delete an integration", "operationId": "deleteIntegration", @@ -8742,10 +8740,10 @@ "example": "my-project" }, { - "name": "integrationId", + "name": "integrationIdOrName", "in": "path", "required": true, - "description": "The integration ID.", + "description": "The integration ID or name.", "schema": { "type": "string" },