attribute reminder

This commit is contained in:
tracer 2022-09-17 16:24:06 +02:00
parent 0e1941a0f0
commit 51455ed24b
1 changed files with 10 additions and 2 deletions

View File

@ -126,7 +126,15 @@
"401": {
"$ref": "#/components/responses/401-unauthorized"
}
}
},
"security": [
{
"Authorization": [
"read"
]
}
]
},
"post": {
"tags": [
@ -526,4 +534,4 @@
}
}
}
}
}