---
title: 1039: the body must be multipart/form-data with a `name` field and an optional `logo` file part | API Docs
description: the body must be multipart/form-data with a `name` field and an optional `logo` file part
---

the body must be multipart/form-data with a `name` field and an optional `logo` file part. This is an HTTP 400: the request could not be parsed.

## Troubleshooting

- Check this endpoint’s request schema in the API reference; `param` in the response names the exact field at fault.
- Use an official SDK, which enforces required fields and types before the call is made.
