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