Skip to content

Commit c0e40b2

Browse files
committed
fix(change_logs):add change logs entries for user update/create
1 parent 3e4397d commit c0e40b2

File tree

6 files changed

+327
-214
lines changed

6 files changed

+327
-214
lines changed

cmd/laas/docs/docs.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2306,10 +2306,11 @@ const docTemplate = `{
23062306
"type": {
23072307
"type": "string",
23082308
"enum": [
2309-
"obligation",
2310-
"license"
2309+
"OBLIGATION",
2310+
"LICENSE",
2311+
"USER"
23112312
],
2312-
"example": "license"
2313+
"example": "LICENSE"
23132314
},
23142315
"type_id": {
23152316
"type": "integer",

cmd/laas/docs/swagger.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2299,10 +2299,11 @@
22992299
"type": {
23002300
"type": "string",
23012301
"enum": [
2302-
"obligation",
2303-
"license"
2302+
"OBLIGATION",
2303+
"LICENSE",
2304+
"USER"
23042305
],
2305-
"example": "license"
2306+
"example": "LICENSE"
23062307
},
23072308
"type_id": {
23082309
"type": "integer",

cmd/laas/docs/swagger.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ definitions:
2929
type: string
3030
type:
3131
enum:
32-
- obligation
33-
- license
34-
example: license
32+
- OBLIGATION
33+
- LICENSE
34+
- USER
35+
example: LICENSE
3536
type: string
3637
type_id:
3738
example: 34

0 commit comments

Comments
 (0)