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