v1

latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KB
Blacklisted Keys

Create a blocked key

Create a new rule for blocking keys.

post/projects/{project_id}/blacklisted_keys

Path parameters

project_idstring required

Project ID

Headers

X-PhraseApp-OTPstring

Two-Factor-Authentication token (optional)

Request body

namestring required

Blocked key name

Example request

{
  "name": "date.formats.*"
}

Response

Created

idstring
namestring
created_atstring date-time
updated_atstring date-time

Example response

{
  "id": "abcd1234cdef1234abcd1234cdef1234",
  "name": "date.formats.*",
  "created_at": "2015-01-28T09:52:53Z",
  "updated_at": "2015-01-28T09:52:53Z"
}