We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69362c3 commit 8bd9e0cCopy full SHA for 8bd9e0c
docs/specs/backend_internal.yaml
@@ -619,6 +619,10 @@ paths:
619
- $ref: "#/components/schemas/Application"
620
- type: object
621
properties:
622
+ user_key:
623
+ type:
624
+ - "null"
625
+ - string
626
application_keys:
627
type: array
628
items:
@@ -660,6 +664,7 @@ paths:
660
664
plan_id: "123"
661
665
plan_name: "Gold"
662
666
redirect_url: "http://example.com"
667
+ user_key: "user_key_123"
663
668
application_keys: ["key1", "key2"]
669
referrer_filters: ["example.com", "*.example.org"]
670
- status: "modified"
@@ -670,6 +675,7 @@ paths:
675
plan_id: "124"
671
676
plan_name: "Silver"
672
677
redirect_url: null
678
+ user_key: null
673
679
application_keys: []
674
680
referrer_filters: []
681
- status: "error"
0 commit comments