Skip to main content

I’m creating workspaces through the API and everything works fine. But what I want to do next is also upload the icon to a workspace. Is that possible?


My current code is:


mutation {{
create_workspace (name: "{organisationID}", kind: open ) {{
id
}}
}}

Thanks already for your help!


Best,

Nick

Hello there @nickheurter and welcome to the community!


I hope you like it here 💪


As of today, it is not possible to add a logo to the workspace via API.


You can add it as a feature request here!


Cheers,

Matias


Reply