PATCH
/
plugins
/
{slug}
/
versions
/
{version}
curl --request PATCH \
  --url https://registry.wp-content.io/plugins/{slug}/versions/{version} \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '{
  "release_notes": "Release notes for this version\n_Markdown is accepted_."
}'
{
  "version": "1.0.0",
  "release_notes": "Release notes for this version\n_Markdown is accepted_.",
  "download_link": "https://wp-content-staging.s3.fr-par.scw.cloud/artifacts/plugins/my-plugin/my-plugin-1.0.0-81ae9121fde9f29c489c72dd3d8d9377.zip",
  "checksum": "81ae9121fde9f29c489c72dd3d8d9377",
  "latest": false,
  "added": "2025-06-11",
  "last_updated": "2025-06-11 9:19am UTC"
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

slug
string
required

Slug of plugin

version
string
required

Plugin version to update

Body

application/json · object

Response

200
application/json

OK

The response is of type object.