Update an existing payee
PATCH/v1/payees/:id
Update an existing payee
Request
Path Parameters
id uuidrequired
ID of Payee
- application/json
Body
required
name string
Example:
Swiggy
autoCategoryId uuid
Example:
01926b84-93cb-75b9-b445-a5a744f7a59f
rules
object
includes string[]
Example:
["ig"]
excludes string[]
Example:
["ato"]
startsWith string[]
Example:
["swi"]
endsWith string[]
Example:
["ggy"]
Responses
- 204
- 400
- 401
- 404
- 500
Success
Bad request
Unauthenticated
Not Found
Internal Error
Loading...