You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question about the Documentation for the API, there is something I don't understand.
The name of the app we need to install is: OCS API Viewer
so, I think it's just something to only "read the API"
so, if we want to write a new information into a column of a specific table,
How to do it ?
Regards.
The text was updated successfully, but these errors were encountered:
boddedo
changed the title
[information] Need more information about the API
[Question] Need more information about the API
Jan 2, 2025
While the OCS API Viewer is for reading the API documentation, you can use any HTTP client (like cURL, Postman, or your own code) to write data to tables.
Writing to Columns
To change the value of a column, use the example below.
❗ Note that you need to use "" around column IDs in request bodies, even though the column IDs don't have them in response bodies.
Hello !
I have a question about the Documentation for the API, there is something I don't understand.
The name of the app we need to install is:
OCS API Viewer
so, I think it's just something to only "read the API"
so, if we want to write a new information into a column of a specific table,
How to do it ?
Regards.
The text was updated successfully, but these errors were encountered: