19 lines
437 B
YAML
19 lines
437 B
YAML
info:
|
|
contact: {}
|
|
description: This is the API documentation for the LfK Document Server - a tool
|
|
for pdf generation.
|
|
title: LfK Document Server API
|
|
paths:
|
|
/contracts:
|
|
post:
|
|
consumes:
|
|
- application/json
|
|
description: Generate a contract based on the provided data
|
|
produces:
|
|
- application/pdf
|
|
responses: {}
|
|
summary: Generate a contract
|
|
tags:
|
|
- contracts
|
|
swagger: "2.0"
|