SmartSheetAPI PUT

Options
Hawaii
Hawaii
edited 06/07/23 in API & Developers

Hello,

I want to use the Smartsheet API to update the content of a cell. I have set the API key in the header and tried the following using Postman:


PUT

Request URL:

https://api.smartsheet.com/2.0/sheets/{sheetId}/rows/{rowId}/cells/{columnId}

Request Body (JSON):

{

"value": "test",

"displayValue": "test"

}

However, I'm getting a "status: 404 NotFound" error, and I receive the following response:

{

"errorCode": 1006,

"message": "Not Found",

"refId": "XXXX"

}

Could someone please tell me the cause of this issue and how to resolve it? I apologize if my English is not natural.

Answers