From 51ee5dd3bd5f7f1de5dee66ec7eb0c23da8f98e4 Mon Sep 17 00:00:00 2001 From: johughes1204 <105284859+johughes1204@users.noreply.github.com> Date: Tue, 10 Sep 2024 17:14:40 +0100 Subject: [PATCH] DB-1126 - rename `latest` to `latestPublished` for all admin endpoints in Catalog View spec (#267) first draft --- openapispecs/catalog/catalog_view.yaml | 30 +++++++++++++------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/openapispecs/catalog/catalog_view.yaml b/openapispecs/catalog/catalog_view.yaml index b6145a3e..7226f032 100644 --- a/openapispecs/catalog/catalog_view.yaml +++ b/openapispecs/catalog/catalog_view.yaml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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