Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Swagger open api macro
{swagger: "2.0", info: {version: "v1", title: "Checkmarx REST API",…},…}
basePath: "/cxrestapi/help"
definitions: {Cx.CustomTasks.Presentation.Dtos.GetCustomTaskDto: {type: "object",…},…}
host: "localhostcxprivatecloud.checkmarx.net"
info: {version: "v1", title: "Checkmarx REST API",…}
paths: {,…}
schemes: ["https"]
security: [{Bearer: ["sast_api"]}]
securityDefinitions: {Bearer: {type: "oauth2", description: "OAuth2 implicit Grant", flow: "implicit",…}}
swagger: "2.0"

...