put https://api.swoogo.com/api/v1/sponsors/update/
Log in to see full request history
Responses
xxxxxxxxxx
curl --request PUT \
--url https://api.swoogo.com/api/v1/sponsors/update/sponsor_id \
--header 'accept: application/json' \
--header 'content-type: application/x-www-form-urlencoded'
xxxxxxxxxx
17{
"created_at": "2020-07-29 10:54:15",
"description": null,
"direct_link": "https://www.swoogo.com/1734/sponsor/94/test-update",
"event_id": 55,
"id": 1,
"level": {
"id": null,
"value": null
},
"logo_id": "",
"name": "updated",
"notes": null,
"updated_at": "2020-07-29 11:59:37",
"webinar_url": null,
"website": ""
}