Remove global security for / and /register to match API

This commit is contained in:
james.clague@brct.io 2023-05-23 08:27:47 -06:00 committed by James C
parent ec0b708378
commit 55f72b8dde
2 changed files with 38 additions and 2 deletions

View 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
}

View File

@ -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": {