cURL
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" }
Update plugin version details.
You can use this endpoint to change “latest” version of a plugin and add release notes.
Slug of plugin
Plugin version to update
OK
The response is of type object.
object