You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/swagger/resources/token.yaml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,19 @@ post:
9
9
- 2.0
10
10
x-no-token: true
11
11
parameters:
12
+
- name: Content-type
13
+
in: header
14
+
type: string
15
+
description: Equal to 'application/json' or 'application/x-www-form-urlencoded', no other value allowed
16
+
required: true
12
17
- name: Authorization
13
18
in: header
14
19
type: string
15
20
required: true
16
21
description: Equal to 'Basic xx', where 'xx' is the base 64 encoding of the client id and secret. Find out how to generate them in the <a href="/documentation/security.html#create-an-oauth-client">Create an OAuth client</a> section.
0 commit comments