File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3145,6 +3145,7 @@ paths:
31453145 required : true
31463146 schema :
31473147 type : string
3148+ pattern : ' ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$'
31483149 nullable : false
31493150 requestBody :
31503151 content :
@@ -3179,21 +3180,49 @@ paths:
31793180 responses :
31803181 ' 200 ' :
31813182 description : ' Placeholder response'
3182- ' /v1/group-attributes/{id} ' :
31833183 delete :
31843184 summary : ' Remove selected attribute'
31853185 description : ' Remove selected attribute'
31863186 operationId : groupExternalAttributesPresenterActionRemove
31873187 parameters :
31883188 -
3189- name : id
3189+ name : groupId
31903190 in : path
3191- description : ' Identifier of the external attribute. '
3191+ description : ' '
31923192 required : true
31933193 schema :
31943194 type : string
31953195 pattern : ' ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$'
31963196 nullable : false
3197+ -
3198+ name : service
3199+ in : query
3200+ description : ' Identifier of the external service creating the attribute'
3201+ required : true
3202+ schema :
3203+ type : string
3204+ maxLength : 32
3205+ minLength : 1
3206+ nullable : false
3207+ -
3208+ name : key
3209+ in : query
3210+ description : ' Key of the attribute (must be valid identifier)'
3211+ required : true
3212+ schema :
3213+ type : string
3214+ maxLength : 32
3215+ minLength : 1
3216+ nullable : false
3217+ -
3218+ name : value
3219+ in : query
3220+ description : ' Value of the attribute (arbitrary string)'
3221+ required : true
3222+ schema :
3223+ type : string
3224+ maxLength : 255
3225+ nullable : false
31973226 responses :
31983227 ' 200 ' :
31993228 description : ' Placeholder response'
You can’t perform that action at this time.
0 commit comments