Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Authentication token obtained from POST /token

Path Parameters

id
integer
required

ID of product_access to edit

Body

application/json
product_access_product_id
integer

ID of the product this access grants

product_access_status
enum<string>

Status of the access record

Available options:
active,
inactive,
expired
product_access_certificate
string | null

Whether a certificate was issued (1 = yes)

product_access_expired_date
string<date-time> | null

Date the access expires

Response

updated product_access

status
boolean
result
object