PUT
/
api
/
end_users
/
{end_user_id_or_heron_id}
/
profit_and_loss_layout

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

end_user_id_or_heron_id
string
required

Body

application/json
category_labels
string[]
required

List of category labels to assign to a different section

section_slug
string
required

Slug of section to assign labels to

Response

200 - application/json
sections
object[]

Ordered list of P&L sections

Was this page helpful?