Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"cropName": "string",
"cultivationStartDate": "string",
"cultivationEndDate": "string",
"fieldSize": "string",
"remarks": "string"
}
Request samples
curl --location -g --request PUT '/admin/crops/{{cropId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"cropName": "string",
"cultivationStartDate": "string",
"cultivationEndDate": "string",
"fieldSize": "string",
"remarks": "string"
}'
Responses
application/json Modified at 2024-09-02 06:18:05