From f72469a43d2ad60278c5e555b8b236a5cffa723a Mon Sep 17 00:00:00 2001 From: Paul Hewlett <1104895+eccles@users.noreply.github.com> Date: Wed, 29 Jan 2025 14:55:22 +0000 Subject: [PATCH] Tidy up (#41) Remove 402 from ListAssets as meaningless Previous release did not work probaly because of testing the CI pipeline with authentication enabled. AB#10228 --- README.md | 3 --- datatrails-common-api/assets/v2/assets/service.proto | 6 ------ 2 files changed, 9 deletions(-) diff --git a/README.md b/README.md index b0f100f..5450df5 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,3 @@ The protos can be included exactly as they are found from a clone of go-datatrai DATATRAILS_COMMON_API="../../go-datatrails-common-api" It is necessary however to run `task apis:bootsrap` after cloning go-datatrails-common - -Ignore this comment - diff --git a/datatrails-common-api/assets/v2/assets/service.proto b/datatrails-common-api/assets/v2/assets/service.proto index 78d94f9..41672b7 100644 --- a/datatrails-common-api/assets/v2/assets/service.proto +++ b/datatrails-common-api/assets/v2/assets/service.proto @@ -69,12 +69,6 @@ service Assets { description: "Returned when the user is not authenticated to the system." } } - responses: { - key: "402"; - value: { - description: "Returned when the user's quota of Assets for the given proof mechanism has been reached." - } - } responses: { key: "403"; value: {