Files
Twain/docs/api/OverseasAutoProtectionApi/updateApplication.md
2024-03-28 22:10:26 -05:00

589 B

updateApplication

Updates the application.

PATCH /applications/{id}
(applicationChangeSet)
--- 200 OK
(application)
request type description
id string The application ID.
applicationChangeSet ApplicationChangeSet The application update set.
response type description
application Application The updated Application.

Updates an application for the current user, given the ID of the application to update.