Update Resource Type
- Print
- PDF
Update Resource Type
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Put
/api/resource-manager/resource-types/{id}
Update resource type
Security
HTTP
Type bearer
Path parameters
id
stringRequired
ID of the resource type to partially update
Body parameters
Information to update resource type
object
resourceTypeId
string
name
string
description
string
createdBy
integer
updatedBy
integer
parameters
Array of object (ResourceTypeParam)
object
name
string
paramType
string
Allowed values are 'string', 'multiline', 'password'
isMandatory
boolean
Defaultfalse
resourceCount
integer
createdOn
string
updatedOn
string
Responses
200
Resource type updated successfully
object
resourceTypeId
string
name
string
description
string
createdBy
integer
updatedBy
integer
parameters
Array of object (ResourceTypeParam)
object
name
string
paramType
string
Allowed values are 'string', 'multiline', 'password'
isMandatory
boolean
Defaultfalse
resourceCount
integer
createdOn
string
updatedOn
string
404
Not Found
Was this article helpful?