Skip to main content
PUT
Update an existing fabric
Only the name and description of the fabric can be updated.

Headers

X-AUTH-TOKEN
string
required

Prophecy authentication token. Required for all API requests.

Path Parameters

fabricId
string
required

The unique ID of the fabric

Body

application/json

Fabric object with updated fields. Only name and description can be modified.

name
string

The name of the fabric.

description
string

The description of the fabric.

Response

200 - application/json

Fabric updated successfully

success
enum<boolean>
required

Indicates the request was successful.

Available options:
true
data
object
required

Response data containing the fabric ID.