File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 2424 schema :
2525 $ref : " #/components/schemas/status"
2626 security :
27- apiKey : []
28- app2AppOauth :
29- - board:read
27+ - apiKey : []
28+ - app2AppOauth :
29+ - board:read
3030
3131 # Single square operations
3232 /board/{row}/{column} :
5454 $ref : " #/components/schemas/errorMessage"
5555 example : " Illegal coordinates"
5656 security :
57- bearerHttpAuthentication : []
58- user2AppOauth :
59- - board:read
57+ - bearerHttpAuthentication : []
58+ - user2AppOauth :
59+ - board:read
6060 put :
6161 summary : Set a single board square
6262 description : Places a mark on the board and retrieves the whole board and the winner (if any).
9090 invalidMark :
9191 value : " Invalid Mark (X or O)."
9292 security :
93- bearerHttpAuthentication : []
94- user2AppOauth :
95- - board:write
93+ - bearerHttpAuthentication : []
94+ - user2AppOauth :
95+ - board:write
9696
9797components :
9898 parameters :
You can’t perform that action at this time.
0 commit comments