---
title: "POST /v1/PluginService/Plugins/{PluginSid}/Versions"
method: POST
path: "/v1/PluginService/Plugins/{PluginSid}/Versions"
tags: ["FlexV1PluginVersions"]
---

# POST /v1/PluginService/Plugins/{PluginSid}/Versions

`POST /v1/PluginService/Plugins/{PluginSid}/Versions`

## Path parameters

- `PluginSid` string, required

## Headers

- `Flex-Metadata` string

## Response `201`

Created

- FlexV1PluginPluginVersion
  - `sid` string, nullable — The unique string that we created to identify the Flex Plugin Version resource.
  - `plugin_sid` string, nullable — The SID of the Flex Plugin resource this Flex Plugin Version belongs to.
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Flex Plugin Version resource and owns this resource.
  - `version` string, nullable — The unique version of this Flex Plugin Version.
  - `plugin_url` string, uri, nullable — The URL of where the Flex Plugin Version JavaScript bundle is hosted on.
  - `changelog` string, nullable — A changelog that describes the changes this Flex Plugin Version brings.
  - `private` boolean, nullable — Whether the Flex Plugin Version is validated. The default value is false.
  - `archived` boolean, nullable — Whether the Flex Plugin Version is archived. The default value is false.
  - `validated` boolean, nullable
  - `date_created` string, date-time, nullable — The date and time in GMT when the Flex Plugin Version was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `url` string, uri, nullable — The absolute URL of the Flex Plugin Version resource.

## Changes

- **2024-05-24** (v1) `7e7d5d33e582` — 1 info
  - added the optional property `validated` to the response with the `201` status
- **2024-04-04** (v1) `a9804383d36b` — 2 info
  - added the new optional request property `CliVersion`
  - added the new optional request property `ValidateStatus`
- **2024-03-12** (v1) `05ea0fe5072e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/twilio/apis/twilio-flex/changes/v1/PluginService/Plugins/:PluginSid/Versions/post.md)

---

[API](https://skmtc.dev/twilio/apis/twilio-flex.md) · [All operations](https://skmtc.dev/twilio/apis/twilio-flex/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/twilio/twilio-flex/revisions/ea1db919b6cc/schema)
