updated swagger defs

This commit is contained in:
Deepak Prabhakara 2023-11-10 00:32:27 +01:00
parent 27374c9b3f
commit fb2c62d651
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
{
"openapi": "3.0.0",
"openapi": "3.1.0",
"info": {
"title": "SAML Jackson API",
"title": "Enterprise SSO & Directory Sync",
"version": "1.14.2",
"description": "This is the API documentation for SAML Jackson service.",
"termsOfService": "https://boxyhq.com/terms.html",
@ -35,7 +35,7 @@
],
"servers": [
{
"url": "https://app.eu.boxyhq.com",
"url": "https://api.eu.boxyhq.com",
"description": "Cloud"
},
{

View File

@ -1,9 +1,9 @@
const packageInfo = require('../package.json');
module.exports = {
openapi: '3.0.0',
openapi: '3.1.0',
info: {
title: 'SAML Jackson API',
title: 'Enterprise SSO & Directory Sync',
version: packageInfo.version,
description: 'This is the API documentation for SAML Jackson service.',
termsOfService: 'https://boxyhq.com/terms.html',
@ -34,7 +34,7 @@ module.exports = {
],
servers: [
{
url: 'https://app.eu.boxyhq.com',
url: 'https://api.eu.boxyhq.com',
description: 'Cloud',
},
{