ngocnicholas / airtable.net

Airtable .NET API Client
MIT License
138 stars 34 forks source link

CreateMultipleRecords Method Documentation #43

Closed franpossetto closed 3 years ago

franpossetto commented 3 years ago

https://github.com/ngocnicholas/airtable.net/wiki/Documentation#CreateMultipleRecords-method

there is an small error in the sample that the documentation provides:

CreateMultipleRecords Method has this line: AirtableRecord[] records = response.Record;

but should have this line AirtableRecord[] records = response.Records;

ngocnicholas commented 3 years ago

Corrected document. Thanks.