Update Resource
Updates an existing Resource based on information you provide.
A Resource represents a person, material, or tool that is used within your Projects.
When you attach a Resources to more than one Task, the software will schedule the usage
of your Resource so that it is not allocated to more than one Task at the same time.
The users in your Workspace are also considered Resources. To invite a new User to your
Workspace, create a new Resource for that user.
Path parameters
resourceId
The id of the resource
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-integration-name
The name of the calling system passed along as a header parameter
Request
The information to update the resource
approverId
The Approver Id associated with this Resource.
Applies to personnel Resources only.
city
The city where this Resource is located.
colorName
Collaboration Color for this resource.
eg. teal, cyan, lightblue, blurple, purple, pink, orange, gray
countryCode
A text field indicating the country in which this Resource is located. This value must be one of the following: US, NZ, AU.
email
The email address of this Resource.
Note that this email cannot be changed once it has been assigned.
firstName
The first name of the person Resource.
Applies to personnel Resources only.
hourlyRate
The basic hourly rate for this Resource.
isActive
Active/Inactive the Resource.
lastName
The last name of the person Resource.
Applies to personnel Resources only.
notes
Free-form text notes about this Resource. You may use this field to store extra information about the Resource.
phone
The phone number associated with this Resource.
roleId
The Role Id associated with this Resource.
Applies to personnel Resources only.
skillIds
The list of ResourceSkills possessed by this Resource.
state
The state or region where this Resource is located. This value is not constrained
to a list of known states or regions.
teamIds
The list of ResourceTeams to which this Resource belongs.
Response
Success
error
If the API call failed, this will contain information about the error that occurred.
success
True if the API call succeeded; false otherwise.
hasError
True if the API call failed.
statusCode
The HTTP code of the response.
data
A Resource represents a person, material, or tool that is used within your Projects.
When you attach a Resources to more than one Task, the software will schedule the usage
of your Resource so that it is not allocated to more than one Task at the same time.
The users in your Workspace are also considered Resources. To invite a new User to your
Workspace, create a new Resource for that user.