Skip to content

Commit 8bd9e0c

Browse files
committed
Add user_key field to response schema and example
1 parent 69362c3 commit 8bd9e0c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/specs/backend_internal.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,10 @@ paths:
619619
- $ref: "#/components/schemas/Application"
620620
- type: object
621621
properties:
622+
user_key:
623+
type:
624+
- "null"
625+
- string
622626
application_keys:
623627
type: array
624628
items:
@@ -660,6 +664,7 @@ paths:
660664
plan_id: "123"
661665
plan_name: "Gold"
662666
redirect_url: "http://example.com"
667+
user_key: "user_key_123"
663668
application_keys: ["key1", "key2"]
664669
referrer_filters: ["example.com", "*.example.org"]
665670
- status: "modified"
@@ -670,6 +675,7 @@ paths:
670675
plan_id: "124"
671676
plan_name: "Silver"
672677
redirect_url: null
678+
user_key: null
673679
application_keys: []
674680
referrer_filters: []
675681
- status: "error"

0 commit comments

Comments
 (0)