v2

latestSwagger 2.02026-07-26109144190.4 KB
Personal Paging Policies

Update a paging policy step

Update a paging policy step

This API may be called a maximum of 2 times per second.

put/api-public/v1/profile/{username}/policies/{step}

Path parameters

usernamestring required

Your username

stepnumber required

Paging policy step

Headers

X-VO-Api-Idstring required

Your API ID

X-VO-Api-Keystring required

Your API Key

Request body

timeout1 | 5 | 10 | 15 | 20 | 25 | 30 | 45 | 60

Example request

{
  "rules": [
    {
      "type": "email"
    }
  ]
}

Response

The updated paging policy step

_selfUrlstring

Example response

{
  "step": {
    "rules": [
      {
        "type": "email"
      }
    ]
  }
}