Skip to content
Merged
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
8 changes: 0 additions & 8 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,6 @@ paths:
description: Creates a set of distribution credentials for the specified project
parameters:
- $ref: '#/components/parameters/project_id'
- $ref: '#/components/parameters/distribution_comment'
- $ref: '#/components/parameters/distribution_scopes'
- $ref: '#/components/parameters/distribution_provider'
requestBody:
Expand Down Expand Up @@ -2112,13 +2111,6 @@ components:
tags:
type: string
description: Filter results by specific tags
distribution_comment:
name: comment
in: query
required: false
description: Optional comment about the credentials
schema:
type: string
distribution_scopes:
name: scopes
in: query
Expand Down