Skip to content

PUT   /underwriting/applications/{id}/priority

Update application priority

Change the priority level of an application

Required Parameters

id   path string

Application ID

Request Body

{
"priority": "string"
}

Try it out

Loading...

Output:

Responses

Description

Priority updated successfully

{
"success": false,
"message": "string",
"priority": "string"
}

Route Source Code

Check out the source code for this route entrypoint here: /underwriting/applications/[id]/priority/route.ts

Or the swagger.yaml spec this documentation was generated from: /underwriting/applications/swagger.yaml