/
/Gridfox Public API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 3w ago
AuditData1
Groups1
Permissions1
RuntimeData8
  • getGets the record with the given referenceFieldValue in the specified table and project.
  • putUpdates the record with the given referenceFieldValue in the specified table, based on the specified model.
  • deleteDeletes the record with the given referenceFieldValue from the specified table.
  • getSearches for record in the specified table based on the specified search parameters.
  • postCreates a record in the specified table based on the specified model.
  • postUpdates the record with the given referenceFieldValue in the specified table, by adding the specified files to the file field with the name fieldName.
  • getDownloads the file with the name fileName.
  • deleteDeletes the specified file from the file field with the name fieldName on the record with the given referenceFieldValue in the specified table.
Tables1
Users3
    RuntimeData

    Updates the record with the given referenceFieldValue in the specified table, based on the specified model.

    put/data/{tableName}/{referenceFieldValue}

    Path parameters

    tableNamestring required
    referenceFieldValuestring required

    Query parameters

    dataPropertystring
    ignorePropertiesstring[]

    Request body

    object required

    Response

    No Content

    Changes