Skip to content

Commit 143305e

Browse files
committed
Adjustments
1 parent 93e361b commit 143305e

File tree

3 files changed

+4
-48
lines changed

3 files changed

+4
-48
lines changed

components/airtable_oauth/actions/get-record-or-create/get-record-or-create.mjs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ import commonActions from "../../common/actions.mjs";
55
export default {
66
key: "airtable_oauth-get-record-or-create",
77
name: "Get Record Or Create",
8-
description: "Get a record from a table by record ID or create a new register.",
9-
version: "0.0.7",
8+
description: "Get a specific record, or create one if it doesn't exist. [See the documentation](https://airtable.com/developers/web/api/create-records)",
9+
version: "0.0.8",
1010
type: "action",
1111
props: {
1212
...common.props,
13-
// eslint-disable-next-line pipedream/props-label,pipedream/props-description
1413
tableId: {
1514
...common.props.tableId,
1615
reloadProps: true,

components/airtable_oauth/actions/get-record/get-record.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import commonActions from "../../common/actions.mjs";
55
export default {
66
key: "airtable_oauth-get-record",
77
name: "Get Record",
8-
description: "Get a record from a table by record ID. [See the documentation](https://airtable.com/developers/web/api/get-record)",
9-
version: "0.0.7",
8+
description: "Get data of a selected record from a table. [See the documentation](https://airtable.com/developers/web/api/get-record)",
9+
version: "0.0.8",
1010
type: "action",
1111
props: {
1212
...common.props,

components/airtable_oauth/actions/update-record/update-record.mjs

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)