Skip to main content
POST
/
api
/
common
/
crop
Add crop
curl --request POST \
  --url https://localhost:8080/api/common/crop/ \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": 123,
  "name": "<string>"
}
'
{
  "id": 123,
  "name": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://hoversprite.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
id
integer<int64>
name
string

Response

200 - */*

OK

id
integer<int64>
name
string