Resolve Remote Artifact
POST
/v1/nodes/{node_id}/remote-artifacts/resolveAuthorization
HTTPBearer AuthorizationBearer <token>
In: header
Path Parameters
node_id*Node Id
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://flywheel.paradigma.inc/api/v1/nodes/string/remote-artifacts/resolve" \ -H "Content-Type: application/json" \ -d '{ "remote_artifact_id": "string", "row_id": "string", "rows_path": "string", "title": "string", "url": "string" }'{}{
"detail": [
{
"ctx": {},
"input": null,
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}