Fix dns recordset schema
zone_name is a readOnly param and is not a uuid Change-Id: If9a21d32ce431754a683c10e3e059def4bb3d9ba
This commit is contained in:
1 changed files with 1 additions and 1 deletions
@@ -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": {
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.