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

Path Parameters

id
integer<int64>
required

Body

application/json
id
integer<int64>
name
string

Response

200 - */*

OK

id
integer<int64>
name
string