Method: PulpcoreClient::DistributionsOpenpgpApi#set_label
- Defined in:
- lib/pulpcore_client/api/distributions_openpgp_api.rb
#set_label(open_p_g_p_distribution_href, set_label, opts = {}) ⇒ SetLabelResponse
Set a label Set a single pulp_label on the object to a specific value or null.
399 400 401 402 |
# File 'lib/pulpcore_client/api/distributions_openpgp_api.rb', line 399 def set_label(open_p_g_p_distribution_href, set_label, opts = {}) data, _status_code, _headers = set_label_with_http_info(open_p_g_p_distribution_href, set_label, opts) data end |