# Create Widget **POST /widgets** ## Servers - Production: https://example.com (Production) ## Parameters ### Body: application/json (object) Widget to create - **name** (string) ## Responses ### 201 Created ### 400 Bad Request #### Body: application/problem+json (object) - **title** (string) A short, human-readable summary of the problem. - **detail** (string) A human-readable explanation specific to this occurrence of the problem. - **status** (integer) The HTTP status code generated by the origin server for this occurrence of the problem. - **errors** (array[object]) A list of validation errors that occurred while processing the request. [Powered by Bump.sh](https://bump.sh)