Update a Host

Update a Host

PATCH https://api.w3lcome.com/v1/host/:id

This endpoint allows you to update a host

Path Parameters

NameTypeDescription

id

string

ID of the host

Headers

NameTypeDescription

Content-Type

string

application/JSON

Authentication

string

Basic token

Request Body

NameTypeDescription

name

string

role

string

metadata

object

isActive

boolean

additionalEmails

string

Emails separated by space

pictureUrl

string

position

string

sector

string

phone

string

countryCode

string

message

string

{
    "id": "5d13bad4ae9c50948f6edd67a16d6936",
    "email": "alisson@w3lcome.com",
    "name": "Alisson Enz Rossi",
    "isActive": true,
    "pictureUrl": "",
    "position": "CTO",
    "sector": "IT",
    "phone": "(43) 9 9982-0420",
    "countryCode": "+55",
    "isPhoneValid": true,
    "company": "W3lcome",
    "type": "host",
    "message": "HOST UPDATED",
    "role": "manager"
}

Last updated