attribute reminder
This commit is contained in:
parent
0e1941a0f0
commit
51455ed24b
|
@ -126,7 +126,15 @@
|
||||||
"401": {
|
"401": {
|
||||||
"$ref": "#/components/responses/401-unauthorized"
|
"$ref": "#/components/responses/401-unauthorized"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"security": [
|
||||||
|
{
|
||||||
|
"Authorization": [
|
||||||
|
"read"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
||||||
},
|
},
|
||||||
"post": {
|
"post": {
|
||||||
"tags": [
|
"tags": [
|
||||||
|
@ -526,4 +534,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue