Skip to content

Commit

Permalink
Private User updated v1
Browse files Browse the repository at this point in the history
  • Loading branch information
exivity-bot committed Dec 3, 2024
1 parent 6ed21b0 commit 7e28321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proximity/v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -12346,7 +12346,7 @@
}
],
"id": "3dfdd455-d447-08a6-b3fc-4df23be9bf84",
"description": "Exivity documentation: [https://docs.exivity.com/data-pipelines/extract](https://docs.exivity.com/data-pipelines/extract)\n\n#### Extractor Attributes\n\n| **attribute** | **type** | **description** |\n| --- | --- | --- |\n| name | *string* | |\n| contents | *string* | Extractor scrip |\n| variables | *array* | Extractor variables |",
"description": "Extraction is the process by which USE (Unified Scriptable Extractor) retrieves data from external locations. [Read more.](https://docs.exivity.com/architecture%20concepts/glossary/#extractor)\n\n#### The Extractor Object\n\n| **attribute** | **type** | **mutability** | **description** |\n| --- | --- | --- | --- |\n| name | _string_ | πŸ” immutible | Required, unique, max 255 chars. |\n| contents | _string_ | πŸ“ editable | Extractor script |\n| variables | _array_ | πŸ“ editable | Array of Variable Objects |\n\n#### The Variable Object\n\n| **attribute** | **type** | **mutability** | **description** |\n| --- | --- | --- | --- |\n| name | _string_ | πŸ“ editable | Required |\n| value | _string_ | πŸ“ editable | |\n| type | _string_ | πŸ“ editable | |",
"auth": {
"type": "noauth"
},
Expand Down

0 comments on commit 7e28321

Please sign in to comment.