action n_auth_update_global_attributes { label: "Update specified global attributes" description: "Update the specified global attributes. Prior attributes with keys that are not provided in the body of the request will not be deleted. Required permission: 'servers'." provider: n_auth method: PUT path: "/attributes/" encoding: json output: { type: "object" additionalProperties: true } }