Modifies the description of a resource type or a version of that type.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ros:SetResourceType |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ResourceType |
string |
Yes |
The resource type. |
MODULE::MyOrganization::MyService::MyUsecase |
| VersionId |
string |
No |
The version ID. Specify this parameter to modify a specific version of the resource type. Otherwise, the description of the resource type itself is modified. Note
You can specify either VersionId or DefaultVersionId. |
v1 |
| DefaultVersionId |
string |
No |
The ID of the default version. Specify this parameter to set the default version for the resource type. Note
You can specify either VersionId or DefaultVersionId. |
v1 |
| Description |
string |
No |
The description of the resource type or a version of the resource type. The description can be up to 512 characters in length. |
It is a demo. |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
B288A0BE-D927-4888-B0F7-B35EF84B6E6F |
Examples
Success response
JSON format
{
"RequestId": "B288A0BE-D927-4888-B0F7-B35EF84B6E6F"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.