Skip to content

Commit

Permalink
adds mention of default value for "enabled" field of CreateApiKeyRequ…
Browse files Browse the repository at this point in the history
…est for better documentation (#3798)
  • Loading branch information
hlminh2000 authored Jun 18, 2021
1 parent cc14286 commit 882afc1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changes/next-release/feature-ApiGateway-3501231a.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "feature",
"category": "ApiGateway",
"description": "adds mention of default value for \"enabled\" field of CreateApiKeyRequest for better documentation"
}
2 changes: 1 addition & 1 deletion clients/apigateway.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1218,7 +1218,7 @@ declare namespace APIGateway {
*/
description?: String;
/**
* Specifies whether the ApiKey can be used by callers.
* Default: false. Specifies whether the ApiKey can be used by callers.
*/
enabled?: Boolean;
/**
Expand Down

0 comments on commit 882afc1

Please sign in to comment.