Remove vapid_key from Apps API examples, since this property is deprecated on Application entity

This commit is contained in:
Emelia Smith 2024-05-15 17:15:50 +02:00
parent 1f45985ce5
commit 94a7463adb
No known key found for this signature in database
1 changed files with 2 additions and 4 deletions

View File

@ -61,8 +61,7 @@ Store the `client_id` and `client_secret` in your cache, as these will be used t
"website": null,
"redirect_uri": "urn:ietf:wg:oauth:2.0:oob",
"client_id": "TWhM-tNSuncnqN7DBJmoyeLnk6K3iJJ71KKXxgL1hPM",
"client_secret": "ZEaFUFmF0umgBX1qKJDjaU99Q31lDkOU8NutzTOoliw",
"vapid_key": "BCk-QqERU0q-CfYZjcuB6lnyyOYfJ2AifKqfeGIm7Z-HiTU5T9eTG5GxVA0_OH5mMlI4UkkDTpaZwozy0TzdZ2M="
"client_secret": "ZEaFUFmF0umgBX1qKJDjaU99Q31lDkOU8NutzTOoliw"
}
```
@ -109,8 +108,7 @@ If the Authorization header was provided with a valid token, you should see your
```json
{
"name": "test app",
"website": null,
"vapid_key": "BCk-QqERU0q-CfYZjcuB6lnyyOYfJ2AifKqfeGIm7Z-HiTU5T9eTG5GxVA0_OH5mMlI4UkkDTpaZwozy0TzdZ2M="
"website": null
}
```