Update Service Attributes
| servicediscovery_update_service_attributes | R Documentation | 
Submits a request to update a specified service to add service-level attributes¶
Description¶
Submits a request to update a specified service to add service-level attributes.
Usage¶
servicediscovery_update_service_attributes(ServiceId, Attributes)
Arguments¶
ServiceId | 
[required] The ID of the service that you want to update.  | 
Attributes | 
[required] A string map that contains attribute key-value pairs.  | 
Value¶
An empty list.
Request syntax¶
svc$update_service_attributes(
  ServiceId = "string",
  Attributes = list(
    "string"
  )
)