Authorization: Bearer ********************
{
"is_primary": true,
"label": "Gotipath",
"url": "gotipath.com",
"protocol": "https"
}
curl --location --request PUT 'https://apistream.gotipath.com/v1/distributions/c4f5d16c-ddf6-4481-9771-bbb3407d6404/origins/921dfd1c-13a7-43f7-9ef6-4888491b2df0' \
--header 'X-Auth-ClientId;' \
--header 'X-Auth-LibraryId;' \
--header 'X-Auth-ApiKey;' \
--header 'Content-Type: application/json' \
--data-raw '{
"is_primary": true,
"label": "Gotipath",
"url": "gotipath.com",
"protocol": "https"
}'
{
"status": 0,
"result": {
"id": "string",
"distribution_id": "string",
"label": "string",
"url": "string",
"protocol": "string",
"is_primary": true
},
"success": true
}