v2
latestSwagger 2.02026-07-26109144190.4 KBPersonal Paging Policies
Update a rule for a paging policy step
Update a rule for a paging policy step
This API may be called a maximum of 2 times per second.
put/api-public/v1/profile/{username}/policies/{step}/{rule}
Path parameters
usernamestring required
Your username
stepnumber required
Paging policy step
rulenumber required
Rule for a paging policy step
Headers
X-VO-Api-Idstring required
Your API ID
X-VO-Api-Keystring required
Your API Key
Request body
Example request
{
"type": "email"
}Response
The updated rule for the paging policy step
Example response
{
"stepRule": {
"type": "email"
}
}