Update Enrollment
Silo
- Entries
- GOBL
Transform
- Workflows
- Jobs
Sequences
- Introduction
- Series
- Entries
Access
- Workspaces
- Enrollments
Update Enrollment
Update the embedded configuration details of an enrollment. (Only Applications!)
PUT
/
access
/
v1
/
enrollment
curl --request PUT \
--url https://api.invopop.com/access/v1/enrollment
{
"app_id": "01900e17-db4d-78a5-8505-c93ae63e8a0d",
"created_at": "2018-01-01T00:00:00.000Z",
"data": "<any>",
"disabled": false,
"id": "347c5b04-cde2-11ed-afa1-0242ac120002",
"owner_id": "347c5b04-cde2-11ed-afa1-0242ac120002",
"sandbox": false,
"token": "<string>",
"updated_at": "2018-01-01T00:00:00.000Z"
}
Response
200 - application/json
OK
The response is of type object
.
Was this page helpful?
curl --request PUT \
--url https://api.invopop.com/access/v1/enrollment
{
"app_id": "01900e17-db4d-78a5-8505-c93ae63e8a0d",
"created_at": "2018-01-01T00:00:00.000Z",
"data": "<any>",
"disabled": false,
"id": "347c5b04-cde2-11ed-afa1-0242ac120002",
"owner_id": "347c5b04-cde2-11ed-afa1-0242ac120002",
"sandbox": false,
"token": "<string>",
"updated_at": "2018-01-01T00:00:00.000Z"
}