Hello everyone,
I’m trying to update a temperature value in an inspection using the SafetyCulture API, but I haven’t been able to get it to work.
What I’ve Tried
- I’m making a
PUT
request to update the inspection like this : https://api.safetyculture.io/audits/{audit_id} - I’ve tried formatting the request as both a text field.
What I’ve Checked
- The
item_id
is correct (taken from the inspection details). - The API token has write permissions.
- Other types of fields update successfully.
Questions
- Is there a specific format required to update a temperature field?
- Are there any API limitations or settings that could prevent this update?
If anyone has successfully updated a temperature field via API, I’d really appreciate any guidance. Thanks in advance for your help!