Skip to content

Commit f72469a

Browse files
authored
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
1 parent 4f92adb commit f72469a

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

README.md

-3
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,3 @@ The protos can be included exactly as they are found from a clone of go-datatrai
8080
DATATRAILS_COMMON_API="../../go-datatrails-common-api"
8181

8282
It is necessary however to run `task apis:bootsrap` after cloning go-datatrails-common
83-
84-
Ignore this comment
85-

datatrails-common-api/assets/v2/assets/service.proto

-6
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,6 @@ service Assets {
6969
description: "Returned when the user is not authenticated to the system."
7070
}
7171
}
72-
responses: {
73-
key: "402";
74-
value: {
75-
description: "Returned when the user's quota of Assets for the given proof mechanism has been reached."
76-
}
77-
}
7872
responses: {
7973
key: "403";
8074
value: {

0 commit comments

Comments
 (0)