Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions api/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
8 changes: 3 additions & 5 deletions api/generated/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -8720,9 +8720,7 @@
}
}
}
}
},
"/projects/{projectIdOrName}/integrations/{integrationId}": {
},
"delete": {
"summary": "Delete an integration",
"operationId": "deleteIntegration",
Expand All @@ -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"
},
Expand Down
Loading