Parameter | Description |
---|---|
Comment | A comment to add to the update action. |
Environment | The id of the environment in which the segment to update exists. |
Identifiers | A comma-separated list of identifiers to update/add to segment. |
Replace | Check to replace the content of the segment (if it previously existed) with the new content. |
Segment Name | The name of the segment you want to upload values to. |
Workspace | The id of the workspace in which the environment resides. |
{
"id": "<string>",
"orgId": "<string>",
"environment": "<string>",
"environmentURN": {
"type": "<string>",
"id": "<string>",
"name": "<string>"
},
"name": "<string>",
"trafficTypeId": "<string>",
"trafficTypeURN": {
"type": "<string>",
"id": "<string>",
"name": "<string>"
},
"description": null,
"creator": {
"type": "<string>",
"id": "<string>"
},
"status": "<string>",
"creationTime": 1502341048133,
"lastUpdateTime": 431671698992,
"iAmInThisSegment": null,
"metadataId": "<string>",
"keys": null,
"openChangeRequestId": null,
"approvers": null,
"source": null,
"type": "<string>"
}
Was this page helpful?