Browse Source

Merge pull request #9000 from nocodb/nc-docs/typo-fix

docs: typo fix
pull/9002/head
Ramesh Mane 5 months ago committed by GitHub
parent
commit
da638d0ee5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/noco-docs/docs/160.developer-resources/010.rest-APIs/050.upload-via-api.md

2
packages/noco-docs/docs/160.developer-resources/010.rest-APIs/050.upload-via-api.md

@ -126,7 +126,7 @@ async function uploadByUrlExample() {
url: `http://localhost:8080/api/v2/tables/${table_id}/records`, url: `http://localhost:8080/api/v2/tables/${table_id}/records`,
data: row, data: row,
headers: { headers: {
'xc-token': xc_auth 'xc-token': xc-token
} }
}); });
} }

Loading…
Cancel
Save