mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
Remove global security for / and /register to match API
This commit is contained in:
parent
ec0b708378
commit
55f72b8dde
34
.stoplight/styleguide.json
Normal file
34
.stoplight/styleguide.json
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
{
|
||||||
|
"name": "St V2 API Docs",
|
||||||
|
"description": "",
|
||||||
|
"spectralExtends": [],
|
||||||
|
"extends": [
|
||||||
|
"cHJqOjEyMzU4Ng"
|
||||||
|
],
|
||||||
|
"formats": [
|
||||||
|
"oas2",
|
||||||
|
"oas3",
|
||||||
|
"oas3.0",
|
||||||
|
"oas3.1"
|
||||||
|
],
|
||||||
|
"aliases": {},
|
||||||
|
"rules": {},
|
||||||
|
"extendedStyleguides": [
|
||||||
|
{
|
||||||
|
"id": "cHJqOjEyMzU4Ng",
|
||||||
|
"name": "Stoplight Style Guide",
|
||||||
|
"slug": "stoplight-style-guide",
|
||||||
|
"workspace": {
|
||||||
|
"slug": "apistylebook",
|
||||||
|
"name": "API Stylebook"
|
||||||
|
},
|
||||||
|
"icon": "robot",
|
||||||
|
"color": "#3898ff",
|
||||||
|
"description": "Default rules for Stoplight projects",
|
||||||
|
"latestRelease": {
|
||||||
|
"release": 37
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"extendedDefault": true
|
||||||
|
}
|
@ -225,7 +225,8 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"summary": "Get Status",
|
"summary": "Get Status",
|
||||||
"tags": []
|
"tags": [],
|
||||||
|
"security": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"/register": {
|
"/register": {
|
||||||
@ -315,7 +316,8 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"summary": "Register New Agent",
|
"summary": "Register New Agent",
|
||||||
"tags": []
|
"tags": [],
|
||||||
|
"security": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"/systems": {
|
"/systems": {
|
||||||
|
Loading…
Reference in New Issue
Block a user