support_resolve_case {paws.management} | R Documentation |
Resolves a support case
Description
Resolves a support case. This operation takes a caseId
and returns the initial and final state of the case.
See https://www.paws-r-sdk.com/docs/support_resolve_case/ for full documentation.
Usage
support_resolve_case(caseId = NULL)
Arguments
caseId |
The support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47 |
[Package paws.management version 0.9.0 Index]