Pieces
Piece Schema
Get Started
Endpoints
- Projects
- Project Members
- Connections
- Flows
- Pieces
- Git Sync
Pieces
Piece Schema
Available options:
POLLING
Available options:
BASIC_AUTH
{
"id": "<string>",
"name": "<string>",
"displayName": "<string>",
"logoUrl": "<string>",
"description": "<string>",
"projectId": "<string>",
"platformId": "<string>",
"directoryPath": "<string>",
"auth": {
"displayName": "<string>",
"description": "<string>",
"username": {
"displayName": "<string>",
"description": "<string>"
},
"password": {
"displayName": "<string>",
"description": "<string>"
},
"type": "BASIC_AUTH",
"required": true,
"defaultValue": "<any>"
},
"version": "<string>",
"minimumSupportedRelease": "<string>",
"maximumSupportedRelease": "<string>",
"actions": {},
"triggers": {}
}