Fix dns recordset schema

zone_name is a readOnly param and is not a uuid

Change-Id: If9a21d32ce431754a683c10e3e059def4bb3d9ba
This commit is contained in:
Artem Goncharov
2024-10-07 15:18:07 +02:00
parent 7235ea3c89
commit 507f1ee33b

View File

@@ -451,7 +451,7 @@ RECORDSET_SCHEMA: dict[str, Any] = {
},
"zone_name": {
"type": "string",
"format": "uuid",
"readOnly": True,
"description": "The name of the zone that contains this recordset",
},
"type": {