From: Johannes Eiglsperger Date: Fri, 30 Aug 2019 20:53:12 +0000 (+0200) Subject: Set type of Cryptokey ID to integer X-Git-Tag: rec-4.3.0-alpha1~12^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc0bedf474aabe3ffb212cece4859c5bfc30206e;p=pdns Set type of Cryptokey ID to integer --- diff --git a/docs/http-api/swagger/authoritative-api-swagger.yaml b/docs/http-api/swagger/authoritative-api-swagger.yaml index 11d7861b1..1d037c5f7 100644 --- a/docs/http-api/swagger/authoritative-api-swagger.yaml +++ b/docs/http-api/swagger/authoritative-api-swagger.yaml @@ -1237,7 +1237,7 @@ definitions: type: string description: 'set to "Cryptokey"' id: - type: string + type: integer description: 'The internal identifier, read only' keytype: type: string