Seeds
Update a seed
Update a seed.
put/api/v1/seeds/{id}
Path parameters
idinteger required
The ID of the seed
Request body
Example request
{
"token": "YOUR TOKEN IS HERE",
"item": {
"generation": "F0"
}
}Response
OK
Update a seed.
The ID of the seed
{
"token": "YOUR TOKEN IS HERE",
"item": {
"generation": "F0"
}
}OK