action opensuse_put_attribute_namespace_meta { label: "Change attribute namespace. Create an attribute namespace if it doesn't exist." description: "This endpoint can be used for both, creating an attribute namespace and updating it:\n * If the attribute namespace passed as parameter doesn't exist, it will create the attribute namespace.\n * If the attribute namespace passed as parameter already exists, it will update the namespace attribute.\n\nThis operation is the same as the one defined with [POST](#/Attributes/post_attribute__namespace___meta).\n" provider: opensuse method: PUT path: "/attribute/{namespace}/_meta" encoding: json output: { type: "object" additionalProperties: true } }