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": {
Reference in New Issue
openstack/codegenerator
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.

The note is not visible to the blocked user.