Update widget

PUT /api/widgets/{widget}

Path parameters

  • widget string Required

    The unique identifier of a widget.

Responses

  • 200 application/json

    OK

    Hide response attributes Show response attributes object
    • data array | object Required

      One of:

      This is a widget. It has a name and a description. It can be used to demonstrate the use of components.

    • Additional properties are NOT allowed
PUT /api/widgets/{widget}
curl \
 -X PUT https://example.com/api/widgets/{widget}
Response examples (200)
{
  "data": [],
  "links": {}
}