Skip to content

Commit edbf357

Browse files
committed
revert footer
1 parent 258e912 commit edbf357

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

openapi/components/footer.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
components:
22
securitySchemes:
33
oauth2:
4-
description: Bearer authentication
5-
type: http
6-
scheme: bearer
4+
type: oauth2
5+
flows:
6+
clientCredentials:
7+
tokenUrl: https://api2.arduino.cc/iot/v1/clients/token
8+
scopes:
9+
iot:devices: Read and write my devices
10+
iot:things: Read and write my things

0 commit comments

Comments
 (0)