Skip to content

Commit

Permalink
Tidy up (#41)
Browse files Browse the repository at this point in the history
Remove 402 from ListAssets as meaningless

Previous release did not work probaly because of testing the
CI pipeline with authentication enabled.

AB#10228
  • Loading branch information
eccles authored Jan 29, 2025
1 parent 4f92adb commit f72469a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

6 changes: 0 additions & 6 deletions datatrails-common-api/assets/v2/assets/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit f72469a

Please sign in to comment.