From 0b078d2dba18de68780ae1839ed67d160033b7b2 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Tue, 5 Dec 2017 12:21:34 +0100 Subject: [PATCH] Rename listCryptokey to getCryptokey --- 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 9df778678..6e55a5ca8 100644 --- a/docs/http-api/swagger/authoritative-api-swagger.yaml +++ b/docs/http-api/swagger/authoritative-api-swagger.yaml @@ -612,7 +612,7 @@ paths: '/servers/{server_id}/zones/{zone_id}/cryptokeys/{cryptokey_id}': get: summary: 'Returns all data about the CryptoKey, including the privatekey.' - operationId: listCryptokey + operationId: getCryptokey tags: - zonecryptokey parameters: -- 2.50.1