Skip to content

Commit

Permalink
DB-1126 - rename latest to latestPublished for all admin endpoint…
Browse files Browse the repository at this point in the history
…s in Catalog View spec (#267)

first draft
  • Loading branch information
johughes1204 authored Sep 10, 2024
1 parent fcf002e commit 51ee5dd
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions openapispecs/catalog/catalog_view.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1298,7 +1298,7 @@ paths:
required: true
schema:
type: string
- description: The catalog release ID.
- description: The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.
name: release_id
in: path
required: true
Expand Down Expand Up @@ -1330,7 +1330,7 @@ paths:
required: true
schema:
type: string
- description: The catalog release ID.
- description: The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.
name: release_id
in: path
required: true
Expand Down Expand Up @@ -1536,7 +1536,7 @@ paths:
required: true
schema:
type: string
- description: The unique identifier of a published release of the catalog or `latest` for the most recently published version.
- description: The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.
name: release_id
in: path
required: true
Expand Down Expand Up @@ -1580,7 +1580,7 @@ paths:
required: true
schema:
type: string
- description: The unique identifier of a published release of the catalog or `latest` for the most recently published version.
- description: The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.
name: release_id
in: path
required: true
Expand Down Expand Up @@ -1647,7 +1647,7 @@ paths:
required: true
schema:
type: string
- description: The catalog release ID.
- description: The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.
name: release_id
in: path
required: true
Expand Down Expand Up @@ -1720,7 +1720,7 @@ paths:
required: true
schema:
type: string
- description: The unique identifier of a published release of the catalog or `latest` for the most recently published version.
- description: The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.
name: release_id
in: path
required: true
Expand Down Expand Up @@ -1802,7 +1802,7 @@ paths:
required: true
schema:
type: string
- description: The unique identifier of a published release of the catalog or `latest` for the most recently published version.
- description: The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.
name: release_id
in: path
required: true
Expand Down Expand Up @@ -1857,7 +1857,7 @@ paths:
required: true
schema:
type: string
- description: The unique identifier of a published release of the catalog or `latest` for the most recently published version.
- description: The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.
name: release_id
in: path
required: true
Expand Down Expand Up @@ -1935,7 +1935,7 @@ paths:
required: true
schema:
type: string
- description: The unique identifier of a published release of the catalog or `latest` for the most recently published version.
- description: The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.
name: release_id
in: path
required: true
Expand Down Expand Up @@ -2016,7 +2016,7 @@ paths:
required: true
schema:
type: string
- description: The unique identifier of a published release of the catalog or `latest` for the most recently published version.
- description: The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.
name: release_id
in: path
required: true
Expand Down Expand Up @@ -2073,7 +2073,7 @@ paths:
required: true
schema:
type: string
- description: The unique identifier of a published release of the catalog or `latest` for the most recently published version.
- description: The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.
name: release_id
in: path
required: true
Expand Down Expand Up @@ -2129,7 +2129,7 @@ paths:
required: true
schema:
type: string
- description: The unique identifier of a published release of the catalog or `latest` for the most recently published version.
- description: The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.
name: release_id
in: path
required: true
Expand Down Expand Up @@ -2206,7 +2206,7 @@ paths:
required: true
schema:
type: string
- description: The unique identifier of a published release of the catalog or `latest` for the most recently published version.
- description: The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.
name: release_id
in: path
required: true
Expand Down Expand Up @@ -2288,7 +2288,7 @@ paths:
required: true
schema:
type: string
- description: The unique identifier of a published release of the catalog or `latest` for the most recently published version.
- description: The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.
name: release_id
in: path
required: true
Expand Down Expand Up @@ -2376,7 +2376,7 @@ paths:
required: true
schema:
type: string
- description: The unique identifier of a published release of the catalog or `latest` for the most recently published version.
- description: The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.
name: release_id
in: path
required: true
Expand Down

0 comments on commit 51ee5dd

Please sign in to comment.