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