api doc: add missing 'name' param for saml attrs

This commit is contained in:
Maxime Besson 2020-07-29 16:15:42 +02:00
parent 0045daa592
commit 9dd3dcf247
2 changed files with 5 additions and 0 deletions

View File

@ -1008,6 +1008,9 @@
defs.samlAttribute = {
"type" : "object",
"properties" : {
"name" : {
"type" : "string"
},
"mandatory" : {
"type" : "boolean"
},

View File

@ -1080,6 +1080,8 @@ components:
samlAttribute:
type: object
properties:
name:
type: string
mandatory:
type: boolean
friendlyName: