Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

URL: http[s]:<host>:<port>/openspecimen/rest/ng/collection-protocol-registrations/{reg_id_merging_from}

Use the following REST API details to merge two participants from API. (Refer this wiki-page for more information on how merging participant works)

Expand
titleREST API: Merging two participants

URL

http[s]:<host>:<port>/rest/ng/collection-protocol-registrations/{reg_id_merging_from}

Method

PUT

Content-Type

application/JSON

Request

Code Block
languagejson
{
	"participant":{
		"id": {participant_id_merging_to}
	}
}

...