Skip to main content
POST
/
v1
/
bridges
/
{id}
/
properties
Map a property
curl --request POST \
  --url https://pnbr.io/v1/bridges/{id}/properties \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "from_path": "<string>",
  "from_property": "<string>",
  "to_property": "<string>",
  "role": "<string>"
}
'

Authorizations

Authorization
string
header
required

A pnbr- API key. Project-scoped keys make project_id implicit; org-scoped keys require it.

Path Parameters

id
string
required

Body

application/json
from_path
string
from_property
string
to_property
string
role
string

Response

200

The recorded property mapping.