MarminDeveloper Docs

Update a business profile


Updates an existing business profile. See the right panel for the base URL, request sample, and response JSON.

Path parameters

ParameterTypeRequiredDescription
profileIdstring
Required
The ID of the business profile to update.
Request body

Same structure as the create request. All fields are optional; only provided fields will be updated.

Response

Status code: 200 OK

Returns the updated business profile object with all fields reflecting the changes made.

Error responses

StatusDescription
400 Bad RequestInvalid request parameters or validation failed. For validation errors, the response includes field-specific errors.
401 UnauthorizedAuthentication required or invalid token.
403 ForbiddenUser not authorized to update this business profile.
404 Not FoundBusiness profile not found.
500 Internal Server ErrorAn error occurred while processing the request.
Next