View | Details | Raw Unified | Return to bug 32354
Collapse All | Expand All

(-)a/api/v1/swagger/paths/oauth.yaml (+4 lines)
Lines 98-103 Link Here
98
        in: query
98
        in: query
99
        description: Web page with user friendly description of the error
99
        description: Web page with user friendly description of the error
100
        type: string
100
        type: string
101
      - name: session_state
102
        in: query
103
        description: Session state returned by OAuth server
104
        type: string
101
    responses:
105
    responses:
102
      "302":
106
      "302":
103
        description: User authorized
107
        description: User authorized
(-)a/api/v1/swagger/paths/public_oauth.yaml (-1 / +4 lines)
Lines 53-58 Link Here
53
        in: query
53
        in: query
54
        description: Web page with user friendly description of the error
54
        description: Web page with user friendly description of the error
55
        type: string
55
        type: string
56
      - name: session_state
57
        in: query
58
        description: Session state returned by OAuth server
59
        type: string
56
    responses:
60
    responses:
57
      "302":
61
      "302":
58
        description: User authorized
62
        description: User authorized
59
- 

Return to bug 32354