Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions specification/license/get/GetLicenseRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,10 @@ export interface Request extends RequestBase {
*/
accept_enterprise?: boolean
/**
* Specifies whether to retrieve local information. The default value is `false`, which means the information is retrieved from the master node.
* @server_default false
* Specifies whether to retrieve local information.
* From 9.2 onwards the default value is `true`, which means the information is retrieved from the responding node.
* In earlier versions the default is `false`, which means the information is retrieved from the elected master node.
* @server_default true
*/
local?: boolean
}
Expand Down