Skip to content

Commit

Permalink
Add Log Entry
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Oct 11, 2024
1 parent 1c553cf commit b17496f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion api/lib/api/mission-log.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,15 @@ export default class {
method: 'DELETE',
headers: this.#headers(opts),
});

return;
}

/**
* Get a log entry on a Mission Sync
*
* {@link https://docs.tak.gov/api/takserver/redoc#tag/mission-api/operation/getOneLogEntry TAK Server Docs}.
*/
async get(
id: string,
): Promise<TAKItem<Static<typeof MissionLog>>> {
Expand Down

0 comments on commit b17496f

Please sign in to comment.