List of allowed PATCH fields?

I saw someone reference in another answered question that somewhere there's a list of which fields can/cannot be updated via the PATCH method. I looked through the API documentation and can't find it. If this does exist can someone help me find it?

I kept trying to retrieve the RequestorUID and then update the responsibility of the ticket with that id yesterday, for our Change tickets, and wasn't able to. I'm wondering if this is because of something special with the RequestorUID field. I got it to work by using the uid of the Creator instead, but am still curious about why it didn't work.

Thank you!

Asked by Kay Brewer on Tue 9/17/24 9:10 AM
Sign In to leave feedback or contribute an answer

Answer (1)

This answer has been marked as the accepted answer
Mark Sayers Tue 9/17/24 9:27 AM

Hello Kay,

You can refer to editable ticket fields from your organization's API documentation page here: https://ict.teamdynamix.com/TDWebApi/Home/type/TeamDynamix.Api.Tickets.Ticket

Any property marked with a Pencil in the Editable column can be edited through the PATCH operation.

Sincerely,
Mark Sayers
Sr Support Consultant, CS

No feedback