@PLUGIN@ - /changes/ REST API

This page describes the REST endpoints that are added by the @PLUGIN@ plugin.

Please also take note of the general information on the REST API.

@PLUGIN@ Endpoints

Get Change Info

GET /changes/{change-id}/@PLUGIN@~info/

Get the change info message for a change.

Request

  GET /changes/myProject~master~I8473b95934b5732ac55d26311a706c9c2bde9940/@PLUGIN@~info/ HTTP/1.0

As response a the change info message is returned.

Response

  HTTP/1.1 200 OK

  This is my change info message.