Data Analysis
cURL
curl --request PUT \ --url https://app.prophecy.io/api/orchestration/fabric/{fabricId} \ --header 'Content-Type: application/json' \ --header 'X-AUTH-TOKEN: <x-auth-token>' \ --data ' { "name": "API_fabric_test_update" } '
{ "success": true, "data": { "id": "10740" } }
Update the name or description of an existing fabric
Prophecy authentication token. Required for all API requests.
The unique ID of the fabric
Fabric object with updated fields. Only name and description can be modified.
The name of the fabric.
The description of the fabric.
Fabric updated successfully
Indicates the request was successful.
true
false
Response data containing the fabric ID.
Show child attributes
Was this page helpful?