File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -942,6 +942,7 @@ paths:
942
942
- $ref : ' #/components/schemas/InvalidROADeltaAddingDefinitionAlreadyPresent'
943
943
- $ref : ' #/components/schemas/InvalidROADeltaRemovingUnknownDefinition'
944
944
- $ref : ' #/components/schemas/InvalidROADeltaNotAllResourcesHeld'
945
+ - $ref : ' #/components/schemas/InvalidROADeltaInvalidMaxLength'
945
946
' 403 ' :
946
947
$ref : ' #/components/responses/Forbidden'
947
948
' 404 ' :
@@ -1495,6 +1496,18 @@ components:
1495
1496
msg :
1496
1497
type : string
1497
1498
example : ' Invalid ROA delta: not all resources held.'
1499
+ InvalidROADeltaInvalidMaxLength :
1500
+ type : object
1501
+ required :
1502
+ - code
1503
+ - msg
1504
+ properties :
1505
+ code :
1506
+ type : integer
1507
+ enum : [2404]
1508
+ msg :
1509
+ type : string
1510
+ example : ' Invalid ROA definition: max length not legal for prefix.'
1498
1511
CAHandleAlreadyInUse :
1499
1512
type : object
1500
1513
required :
@@ -1617,6 +1630,12 @@ components:
1617
1630
application/json :
1618
1631
schema :
1619
1632
$ref : ' #/components/schemas/InvalidROADeltaNotAllResourcesHeld'
1633
+ InvalidROADeltaInvalidMaxLength :
1634
+ description : ' Invalid ROA delta: not all resources held.'
1635
+ content :
1636
+ application/json :
1637
+ schema :
1638
+ $ref : ' #/components/schemas/InvalidROADeltaInvalidMaxLength'
1620
1639
GetCA :
1621
1640
description : Success.
1622
1641
content :
You can’t perform that action at this time.
0 commit comments