docs(attributes): drop stale Swagger defaults on HTTP clientKeys/sharedKeys
The @Schema(defaultValue="state"/"configuration") advertised default keys
that are no longer applied (params now default to empty). Replace with a note
pointing to allClientKeys/allSharedKeys for fetching a whole scope.
@Parameter(description="Comma separated key names for attribute with client scope",required=false,schema=@Schema(defaultValue="state"))
@Parameter(description="Comma separated key names for attribute with client scope. Leave empty and set allClientKeys=true to fetch all client-scope attributes",required=false)
@Parameter(description="Comma separated key names for attribute with shared scope",required=false,schema=@Schema(defaultValue="configuration"))
@Parameter(description="Comma separated key names for attribute with shared scope. Leave empty and set allSharedKeys=true to fetch all shared-scope attributes",required=false)