diff --git a/docs/api/v1.41.yaml b/docs/api/v1.41.yaml index 7557e6ef63..7558d01587 100644 --- a/docs/api/v1.41.yaml +++ b/docs/api/v1.41.yaml @@ -2035,15 +2035,27 @@ definitions: ``` type: "array" items: - type: "object" - additionalProperties: - type: "string" + $ref: "#/definitions/IPAMConfig" Options: description: "Driver-specific options, specified as a map." type: "object" additionalProperties: type: "string" + IPAMConfig: + type: "object" + properties: + Subnet: + type: "string" + IPRange: + type: "string" + Gateway: + type: "string" + AuxiliaryAddresses: + type: "object" + additionalProperties: + type: "string" + NetworkContainer: type: "object" properties: