saveCoworkingApplication
Update any subset of fields on an existing, not-yet-submitted Coworking Application. Same field set and validation rules as createCoworkingApplication — only pass the fields you're changing. Fails with a 409 if the application has already been submitted. Requires NOMADSTAYS_MCP_AGENT_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | ||
| address | No | ||
| country | No | Exact tbCountry.CountryName (not a country ID) — use getCountries. | |
| website | No | ||
| telephone | No | ||
| applicantName | No | ||
| applicationId | Yes | The application's ID | |
| coworkingName | No | ||
| applicantEmail | No |