PATCH : Update company
This endpoint lets you update one company for a given media.
Important informations
This endpoint have a
shortrate limits β Rate limits
For Data management purpose, Only one company with unique name a or/and domain_url
Create new company
PATCH https://api.piloty.fr/companies
Name
Type
Description
company-public-id*
Strins
Public id of the company
Request Body
Name
Type
Description
media_public_id*
string
eg: "acme_media"
name
string
eg: "ACME Company"
description
string
eg: "Lorem Ipsum ..."
logo_url
string
eg : "https://domain.com/url_path"
logo
file
Image file format are accepted
To use with content-type : multipart/form-data
Request example with application/x-www-form-urlencoded
Request example with multipart/form-data
Last updated