Description Usage Arguments Value Request syntax
View source: R/servicecatalog_operations.R
Updates a self-service action.
1 2 | servicecatalog_update_service_action(Id, Name, Definition, Description,
AcceptLanguage)
|
Id |
[required] The self-service action identifier. |
Name |
The self-service action name. |
Definition |
A map that defines the self-service action. |
Description |
The self-service action description. |
AcceptLanguage |
The language code.
|
A list with the following syntax:
1 2 3 4 5 6 7 8 9 10 11 12 13 |
1 2 3 4 5 6 7 8 9 | svc$update_service_action(
Id = "string",
Name = "string",
Definition = list(
"string"
),
Description = "string",
AcceptLanguage = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.