From cc0bedf474aabe3ffb212cece4859c5bfc30206e Mon Sep 17 00:00:00 2001 From: Johannes Eiglsperger Date: Fri, 30 Aug 2019 22:53:12 +0200 Subject: [PATCH] Set type of Cryptokey ID to integer --- docs/http-api/swagger/authoritative-api-swagger.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/http-api/swagger/authoritative-api-swagger.yaml b/docs/http-api/swagger/authoritative-api-swagger.yaml index 11d7861b14..1d037c5f72 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 -- 2.47.2