diff --git a/Documentation/methods/key.md b/Documentation/methods/key.md index b8a91f6d..4884562c 100644 --- a/Documentation/methods/key.md +++ b/Documentation/methods/key.md @@ -9,9 +9,12 @@ Returns information regarding given key. ## Example Response ```php { - "key": "", - "ownerUuid": "", // not dashed - "totalQueries": 142028083, - "queriesInPastMin": 68 -} -``` \ No newline at end of file + "success": true, + "record": { + "key": "", + "owner": "", + "limit": 120, + "queriesInPastMin": 0, + "totalQueries": 0 +} +```