Primers
Update primer
Update a primer.
put/api/v1/primers/{id}
Path parameters
idinteger required
The ID of the primer
Request body
Example request
{
"token": "YOUR TOKEN IS HERE",
"item": {
"orientation": "1"
}
}Response
OK
Update a primer.
The ID of the primer
{
"token": "YOUR TOKEN IS HERE",
"item": {
"orientation": "1"
}
}OK