Skip to content

ortelius/scec-textfile

Repository files navigation

Ortelius v11 Textfile Microservice

Version 11.0.0

RestAPI for the Readme, License and Swagger objects. Only for new objects. Retrieval will be done directly against the db by other microservices. Release license

Build MegaLinter CodeQL OpenSSF-Scorecard

Discord

Path Table

Method Path Description
POST /msapi/license Create a License
POST /msapi/swagger Create a Swagger
POST /msapi/textfile Create a Textfile

Reference Table

Name Path Description

Path Details


[POST]/msapi/license

  • Summary
    Create a License

  • Description
    Create a new License and persist it

Responses

  • 200 OK

[POST]/msapi/swagger

  • Summary
    Create a Swagger

  • Description
    Create a new Swagger and persist it

Responses

  • 200 OK

[POST]/msapi/textfile

  • Summary
    Create a Textfile

  • Description
    Create a new Textfile and persist it

Responses

  • 200 OK

References