Update an existing speaker
Use this endpoint to update an existing speaker for a specific event type in your Zuddl organization.
Required API key scopes: WRITE
This API can only be called with an access key that was generated for Backend usage.
Authorizations
Provide your API key secret in the Authorization header
Path Parameters
Unique identifier of the event
^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$Unique identifier of the speaker
Body
First name of the speaker
150"John"
Last name of the speaker
150"Doe"
Company of the speaker
200"Tech Innovations Inc."
Designation of the speaker
200"Chief Technology Officer"
Bio of the speaker
3000"John is a renowned expert in his field..."
LinkedIn profile URL of the speaker
"https://www.linkedin.com/in/johndoe"
Twitter profile URL of the speaker
"https://twitter.com/johndoe"
Facebook profile URL of the speaker
"https://www.facebook.com/johndoe"
Personal website URL of the speaker
"https://johndoe.com"
A reference ID that you can use to map this speaker to your external systems or databases
"d812a64f8865428990249a120792c3d8"
Response
Speaker updated successfully