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: ebe8bac0-eaef-4548-8b59-96c9ec38a22b' \
--header 'X-Auth-LibraryId: 89898172-d32b-49f8-a94a-bdf0c6ca1bd9' \
--header 'X-Auth-ApiKey: pEBPYVUNMbP7uDsb0W2h3oTjpEqr32fFh/3TNUhvFcJt7/J/hyV+5LctVWONgzaw+w+PpQ' \
--header 'Authorization: Bearer <token>' \
--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
}