Publishable Keys
Update Publishable Key
Update an existing Publishable Key by its ID
post/publishable-keys/{id}
Path parameters
idstring required
Request body
Response
OK
Example response
{
"createdAt": "2024-02-18T12:00:00Z",
"updatedAt": "2024-02-21T12:15:00Z",
"metadata": {
"key1": "value1",
"key2": "value2"
},
"id": "pkey_2Qd6jF5e5bTGCQuQi0u5Uru0k1h",
"value": "pk_live_a1b2c3d4e5f6g7h8",
"allowedOrigins": [
"https://example.com",
"https://www.example.com"
],
"isActive": true
}Changes
No recorded changes to this endpoint across all 1 revision of this API.