{"openapi":"3.0.0","info":{"title":"Infor Docs API","version":"2.0.0","description":"Infor Documentation API."},"servers":[{"url":"/api/v2"}],"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"Product":{"type":"object","properties":{"product_code":{"type":"string"},"product_shortname":{"type":"string"},"product_line":{"type":"string"},"active":{"type":"boolean"},"archive":{"type":"boolean"},"latest_redirect":{"type":"boolean"}}},"Security":{"type":"object","properties":{"access_token":{"type":"string"},"token_type":{"type":"string"},"expires_in":{"type":"string"}}},"Language":{"type":"object","properties":{"language":{"type":"string"},"two_character_code":{"type":"string"},"english_name":{"type":"string"},"native_name":{"type":"string"}}},"Solution":{"type":"object","properties":{"solution_id":{"type":"integer"},"acronym":{"type":"string"},"icon":{"type":"string"},"position":{"type":"integer"},"body":{"type":"boolean"},"menu":{"type":"boolean"}}},"Content":{"type":"object","properties":{"content_id":{"type":"string"},"product_code":{"type":"string"},"doc_version":{"type":"string"},"language":{"type":"string"},"doc_id":{"type":"string"},"pubtitle":{"type":"string"},"shortdesc":{"type":"string"},"pubtype":{"type":"string"},"audience":{"type":"string"},"content_url":{"type":"string"},"uploaded_by":{"type":"string"},"active":{"type":"boolean"},"revision_counter":{"type":"integer"},"generation_date":{"type":"string"},"upload_date":{"type":"string"},"publish_date":{"type":"string"},"archive":{"type":"boolean"},"deployment_options":{"type":"string"},"map_publication_nav_title":{"type":"string"}}},"ProductVersion":{"type":"object","properties":{"product_version_id":{"type":"string"},"product_code":{"type":"string"},"product_longname":{"type":"string"},"position":{"type":"integer"}}},"IcuaProductVersion":{"type":"object","properties":{"icua_product_version_id":{"type":"string"},"icua_product":{"type":"string"},"icua_version":{"type":"string"},"docs_product_code":{"type":"string"},"docs_version":{"type":"string"},"archive":{"type":"boolean"}}},"IcuaLanguage":{"type":"object","properties":{"country":{"type":"string"},"icua_language":{"type":"string"},"docs_response_language":{"type":"string"},"docs_fallback_language":{"type":"string"}}},"ProductSolution":{"type":"object","properties":{"product_solution_id":{"type":"string"},"product_code":{"type":"string"},"solution_id":{"type":"integer"},"body":{"type":"boolean"},"menu":{"type":"boolean"},"heading1":{"type":"boolean"},"position":{"type":"integer"},"addon":{"type":"boolena"},"address":{"type":"string"}}},"Search":{"type":"object","properties":{"id":{"type":"integer"},"email":{"type":"string"},"name":{"type":"string"},"searchText":{"type":"string"},"featuretoggle":{"type":"boolean"},"searchby":{"type":"string"},"sortingby":{"type":"string"},"description":{"type":"string"},"position":{"type":"integer"},"filters":{"type":"object","properties":{"products":{"type":"array","items":{"type":"string"},"versions":{"type":"array","items":{"type":"string"}},"languages":{"type":"array","items":{"type":"string"}}}}}}},"SearchRequest":{"type":"object","properties":{"AccessToken":{"type":"string","example":"10"},"PageStart":{"type":"integer","example":1},"PageSize":{"type":"string","example":"10"},"Phrases":{"type":"array","items":{"type":"object","properties":{"Text":{"type":"string","example":"infor ln"},"Fields":{"type":"array","items":{"type":"string"}},"MatchPattern":{"type":"boolean"},"OtherFields":{"type":"boolean"},"Operator":{"type":"string","enum":["and","or"]},"ExcludeFields":{"type":"array","items":{"type":"string"}}}}},"Filters":{"type":"array","items":{"type":"object","properties":{"Field":{"type":"string"},"Arguments":{"type":"array","items":{"type":"object","properties":{"Field":{"type":"string"},"Terms":{"type":"array","items":{"type":"string"}}}}}}}},"ResultFields":{"type":"array","items":{"type":"string"}},"Highlights":{"type":"object","properties":{"Fields":{"type":"array","items":{"type":"string"}},"PreTag":{"type":"string"},"PostTag":{"type":"string"},"FragSize":{"type":"integer"},"FragCount":{"type":"integer"}}},"Type":{"type":"integer"},"Aliases":{"type":"array","items":{"type":"string"}},"SortFields":{"type":"array","items":{"type":"string"}},"Facets":{"type":"array","items":{"type":"object","properties":{"Field":{"type":"string"},"DisplayCount":{"type":"boolean"},"Type":{"type":"integer"},"Order":{"type":"integer"}}}},"EventInfo":{"type":"object","properties":{"EventType":{"type":"string"},"EventSubtype":{"type":"string"},"EventOrder":{"type":"integer"},"Application":{"type":"string"},"UserId":{"type":"integer"},"UserName":{"type":"string"},"UserType":{"type":"string"},"CompanyId":{"type":"integer"},"CompanyName":{"type":"string"},"SessionId":{"type":"string"},"SearchFrom":{"type":"string"},"SearchCategories":{"type":"string"},"ProductLineIds":{"type":"string"},"ProductLineNames":{"type":"string"},"ViewedId":{"type":"integer"},"ViewedType":{"type":"string"},"ViewedTitle":{"type":"string"}}}}},"Users":{"type":"object","properties":{"emailID":{"type":"string"},"sessionId":{"type":"string"}}},"Options":{"type":"object","properties":{"id":{"type":"integer"},"feature":{"type":"string"},"enabled":{"type":"boolean"},"updated_date":{"type":"string"},"gen_ai_feature":{"type":"string"}}},"UserFavorites":{"type":"object","properties":{"id":{"type":"integer"},"email":{"type":"string"},"product_code":{"type":"string"},"language":{"type":"string"},"version":{"type":"string"},"pubtitle":{"type":"string"},"content_url":{"type":"string"}}},"RedirectUrl":{"type":"object","properties":{"url_redirect_mapping_id":{"type":"integer"},"product_code":{"type":"string"},"doc_version":{"type":"string"},"language":{"type":"string"},"doc_id":{"type":"string"},"page":{"type":"string"},"help_content":{"type":"string"},"topic":{"type":"string"},"redirect_product_code":{"type":"string"},"redirect_doc_version":{"type":"string"},"redirect_language":{"type":"string"},"redirect_doc_id":{"type":"string"},"redirect_page":{"type":"string"},"redirect_help_content":{"type":"string"},"redirect_topic":{"type":"string"}}},"DeploymentType":{"type":"object","properties":{"id":{"type":"integer"},"deployment_type":{"type":"string"}}},"Error":{"type":"object","properties":{"status":{"type":"string"},"message":{"type":"string"}}},"UnauthorizedError":{"type":"object","description":"API key is missing or invalid","properties":{"status":{"type":"string"},"message":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"paths":{"/contents":{"get":{"tags":["Contents"],"description":"Returns the Contents","security":[{"bearerAuth":[]}],"responses":{"200":{"description":"An array of Contents","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Content"}}}},"204":{"description":"No Content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}}}}},"/contents/search/findByContentId/{contentId}":{"get":{"tags":["Contents"],"description":"Returns the Content with a specific content id","parameters":[{"in":"path","name":"contentId","schema":{"type":"string"},"required":true,"description":"content id"}],"responses":{"200":{"description":"An piece of content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Content"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/contentScreens":{"get":{"tags":["Contents"],"description":"Returns the Content Screens","parameters":[{"in":"query","name":"limit","required":true,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Limit (between 1 and 500)"},{"in":"query","name":"offset","schema":{"type":"integer"},"description":"offset"}],"responses":{"200":{"description":"An array of Content Screens","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Content"}}}},"204":{"description":"No Content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/contents/latestDocVersion":{"get":{"tags":["Contents"],"description":"Returns the  latest version","parameters":[{"in":"query","name":"product","schema":{"type":"string"},"required":true,"description":"product"},{"in":"query","name":"language","schema":{"type":"string"},"required":true,"description":"language"},{"in":"query","name":"docId","schema":{"type":"string"},"required":true,"description":"docId"},{"in":"query","name":"isArchive","schema":{"type":"boolean"},"required":true,"description":"archive"}],"responses":{"200":{"description":"An piece of content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Content"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/contents/latestDocVersionDetail":{"get":{"tags":["Contents"],"description":"Returns the  latest version","parameters":[{"in":"query","name":"language","schema":{"type":"string"},"required":true},{"in":"query","name":"productCode","schema":{"type":"string"},"required":true}],"responses":{"200":{"description":"An piece of content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Content"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/contents/contentAudience":{"get":{"tags":["Contents"],"description":"Returns the Content with a specific content id","parameters":[{"in":"query","name":"uri","schema":{"type":"string"},"required":true,"description":"uri to get content audience is /productShortName/docVersion/language/docId"}],"responses":{"200":{"description":"An piece of content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Content"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/contents/search/getDocsHeadings":{"get":{"tags":["S3 Docs"],"description":"Returns documentation headings (high level tabs)","parameters":[{"in":"query","name":"productCode","schema":{"type":"string"},"required":true},{"in":"query","name":"version","schema":{"type":"string"},"required":true},{"in":"query","name":"language","schema":{"type":"string"},"required":true},{"in":"query","name":"docId","schema":{"type":"string"},"required":true,"description":"docId"},{"in":"query","name":"level","schema":{"type":"string"},"required":false,"description":"level"}],"responses":{"200":{"description":"content from s3 bucket","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Content"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/contents/supportedLanguages":{"get":{"tags":["Contents"],"description":"Returns the list of supported languages for a specific content identified by productCode and docVersion. Optionally filter by docId.","parameters":[{"in":"query","name":"productCode","schema":{"type":"string"},"required":true,"description":"Product code"},{"in":"query","name":"docVersion","schema":{"type":"string"},"required":true,"description":"Document version"},{"in":"query","name":"docId","schema":{"type":"string"},"required":false,"description":"Document ID"}],"responses":{"200":{"description":"An array of supported languages with native names","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"language":{"type":"string","example":"en-us"},"native_name":{"type":"string","example":"English"}}}}}}},"204":{"description":"No Content"},"400":{"description":"Bad Request - Missing required query parameters"},"401":{"description":"Unauthorized"},"500":{"description":"Internal Server Error"}}}},"/icuaLanguageMappings":{"get":{"tags":["ICUA"],"description":"Returns all IcuaLanguages","responses":{"200":{"description":"An array of icua language s","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IcuaLanguage"}}}},"204":{"description":"No Content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/icuaLanguageMappings/search/findByIcuaLanguage/{icuaLanguage}":{"get":{"tags":["ICUA"],"description":"Returns all IcuaLanguages searched by ICUA Language","parameters":[{"in":"path","name":"icuaLanguage","schema":{"type":"string"},"required":true,"description":"icua language"}],"responses":{"200":{"description":"An array of icua language s searched by ICUA language","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IcuaLanguage"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/icuaProductVersionMappings":{"get":{"tags":["ICUA"],"description":"Returns all icuaProductVersions","responses":{"200":{"description":"An array of icua Product Version s","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IcuaProductVersion"}}}},"204":{"description":"No Content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/icuaProductVersionMappings/search/findByIcuaProduct/{icuaProduct}":{"get":{"tags":["ICUA"],"description":"Returns all icuaProductVersions searched by icuaProduct","parameters":[{"in":"path","name":"icuaProduct","schema":{"type":"string"},"required":true,"description":"icua product"}],"responses":{"200":{"description":"An array of icua product version s searched by ICUA Product","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IcuaProductVersion"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/icuaContent":{"get":{"tags":["ICUA"],"description":"Returns ICUA Content","parameters":[{"in":"query","name":"product","schema":{"type":"string"},"description":"icua product"},{"in":"query","name":"version","schema":{"type":"string"},"description":"icua version"},{"in":"query","name":"language","schema":{"type":"string"},"description":"language"},{"in":"query","name":"screenId","schema":{"type":"string"},"description":"screen Id"}],"responses":{"200":{"description":"An array of icua content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IcuaProductVersion"}}}},"204":{"description":"No Content"},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/languages":{"get":{"tags":["Languages"],"description":"Returns language details","produces":["application/json"],"parameters":[{"in":"query","name":"languageId","schema":{"type":"string"},"description":"language id"}],"responses":{"200":{"description":"An array of all languages or to get lanugage by providing language-id.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Language"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"404":{"description":"No Language","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/web/options":{"get":{"tags":["Web"],"description":"Returns web features details","produces":["application/json"],"responses":{"200":{"description":"An array of all web features.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Options"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"404":{"description":"No Web Options","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/web/activeProducts":{"get":{"tags":["Web"],"description":"Returns all active products","responses":{"200":{"description":"An array of active products","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Product"}}}},"204":{"description":"No Content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/web/filterSearchData":{"post":{"tags":["Web"],"description":"Returns all filter search data","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"access_token":{"type":"string"}}}}}},"responses":{"200":{"description":"An array of filter search data","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Product"}}}},"204":{"description":"No Content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/web/activeProductsAndSolutions":{"get":{"tags":["Web"],"description":"Returns all active products and solutions with translations of solution languages","parameters":[{"in":"query","name":"languageId","schema":{"type":"string"},"description":"translation language"}],"responses":{"200":{"description":"An array of active products and solutions","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Product"}}}},"204":{"description":"No Content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/web/archiveProducts":{"get":{"tags":["Web"],"description":"Returns all archived products","responses":{"200":{"description":"An array of archived products","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Product"}}}},"204":{"description":"No Content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/web/archiveProductsAndSolutions":{"get":{"tags":["Web"],"description":"Returns all archive products and solutions with translations of solution languages","parameters":[{"in":"query","name":"languageId","schema":{"type":"string"},"description":"translation language"}],"responses":{"200":{"description":"An array of archive products and solutions","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Product"}}}},"204":{"description":"No Content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/web/productCodeFromProductShortname/{productShortname}":{"get":{"tags":["Web"],"description":"Returns the product code that belongs to the given product shortname","parameters":[{"in":"path","name":"productShortname","schema":{"type":"string"},"required":true,"description":"product shortname"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Product"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/web/productCodesByProductShortnames":{"get":{"tags":["Web"],"description":"Returns the product_shortname:product_code combinations","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Product"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/web/productCodeFromProductLongname/{productLongname}":{"get":{"tags":["Web"],"description":"Returns the product code that belongs to the given product Longname","parameters":[{"in":"path","name":"productLongname","schema":{"type":"string"},"required":true,"description":"product longname"}],"responses":{"200":{"description":"A single Product Code","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Product"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/web/productLongname/{productCode}":{"get":{"tags":["Web"],"description":"Returns productLongname belonging to productCode","parameters":[{"in":"path","name":"productCode","schema":{"type":"string"},"required":true,"description":"productCode"},{"in":"query","name":"archive","required":false,"schema":{"type":"boolean"},"description":"select true for archive position"}],"responses":{"200":{"description":"productLongname","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Product"}}}},"204":{"description":"No Content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/web/logicalIdPrefix/{productCode}":{"get":{"tags":["Web"],"description":"Returns logical_id_prefix for a given product code","parameters":[{"in":"path","name":"productCode","schema":{"type":"string"},"required":true,"description":"product code"}],"responses":{"200":{"description":"Logical ID Prefix","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Product"}}}},"404":{"description":"Product Not Found"},"500":{"description":"Internal Server Error"}}}},"/products":{"get":{"tags":["Products"],"description":"Returns all products","responses":{"200":{"description":"An array of products","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Product"}}}},"204":{"description":"No Content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/redirectUrl":{"get":{"tags":["Products"],"description":"Returns redirect url","parameters":[{"in":"query","name":"product_code","schema":{"type":"string"},"required":true,"description":"product code"},{"in":"query","name":"version","schema":{"type":"string"},"required":true,"description":"document version"},{"in":"query","name":"lang","schema":{"type":"string"},"required":true,"description":"language"},{"in":"query","name":"docId","schema":{"type":"string"},"required":true,"description":"document id"}],"responses":{"200":{"description":"Redirect url mapping","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RedirectUrl"}}}},"204":{"description":"No Content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/redirectUrlmapping":{"get":{"tags":["Products"],"description":"Returns all redirect url mapping","responses":{"200":{"description":"Redirect url mapping","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RedirectUrl"}}}},"204":{"description":"No Content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/web/compassProductContent":{"post":{"tags":["Web"],"summary":"Retrieve Compass product HTML content","description":"Fetches product documentation content from S3 using the provided product parameters and returns the HTML as plain text inside a JSON response.\n","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["product_code","doc_version","language","doc_id"],"properties":{"product_code":{"type":"string","example":"ln"},"doc_version":{"type":"string","example":"2025.x"},"language":{"type":"string","example":"en-us"},"doc_id":{"type":"string","example":"lnperformancelib_op"}}}}}},"responses":{"200":{"description":"HTML content retrieved successfully","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean","example":true},"html":{"type":"string","description":"Raw HTML content as plain text","example":"<!DOCTYPE html><html><body><h1>Sample</h1></body></html>"}}}}}},"400":{"description":"Bad Request - Missing or invalid parameters","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Content not found in S3","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/productDeploymentTypes":{"get":{"tags":["Products"],"description":"Returns all product deployment types","responses":{"200":{"description":"An array of deployment types","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeploymentType"}}}},"204":{"description":"No Content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/productLanguages":{"get":{"tags":["Products"],"description":"Returns all product languages","responses":{"200":{"description":"An array of product languages","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Product"}}}},"204":{"description":"No Content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/productLanguages/search/findByLanguage/{language}":{"get":{"tags":["Products"],"description":"Returns the product languages searched by a language","parameters":[{"in":"path","name":"language","schema":{"type":"string"},"required":true,"description":"Language ID"}],"responses":{"200":{"description":"An array of product languages searched by a language","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Product"}}}},"204":{"description":"No Content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/productSolutions":{"get":{"tags":["Products"],"description":"Returns all product solutions","responses":{"200":{"description":"An array of product solutions","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Product"}}}},"204":{"description":"No Content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/productSolutions/search/findBySolutionId/{solutionId}":{"get":{"tags":["Products"],"description":"Returns the product solutions searched by solution Id","parameters":[{"in":"path","name":"solutionId","schema":{"type":"integer"},"required":true,"description":"Solution ID"}],"responses":{"200":{"description":"An array of product solutions searched by solution","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Product"}}}},"204":{"description":"No Content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/productVersions":{"get":{"tags":["Products"],"description":"Returns all product Versions","responses":{"200":{"description":"An array of product Versions","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Product"}}}},"204":{"description":"No Content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/productVersions/search/findByProductCode/{productCode}":{"get":{"tags":["Products"],"description":"Returns a single product","parameters":[{"in":"path","name":"productCode","schema":{"type":"string"},"required":true,"description":"Product Code"}],"responses":{"200":{"description":"An array of product versions","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Product"}}}},"204":{"description":"No Content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/productVersions/search/findByProductCodeAndActiveTrueOrderByPositionAsc/{productCode}":{"get":{"tags":["Products"],"description":"Returns the product versions information searched by product code ,active and position in ascending order","parameters":[{"in":"path","name":"productCode","schema":{"type":"string"},"required":true,"description":"Product Code"}],"responses":{"200":{"description":"An array of product versions information","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Product"}}}},"204":{"description":"No Content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/productVersions/search/findByProductCodeAndArchiveTrueOrderByPositionAsc/{productCode}":{"get":{"tags":["Products"],"description":"Returns the product versions information searched by product code ,archive and position in ascending order","parameters":[{"in":"path","name":"productCode","schema":{"type":"string"},"required":true,"description":"Product Code"}],"responses":{"200":{"description":"An array of product versions information","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Product"}}}},"204":{"description":"No Content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/productVersionLanguageContents":{"get":{"tags":["Products"],"description":"Returns all product Version Language Contents","responses":{"200":{"description":"An array of product Version Language Contents","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Product"}}}},"204":{"description":"No Content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/productVersionLanguageContents/{productVersionLanguageId}":{"get":{"tags":["Products"],"description":"Returns the product versions language Contents  by Product Version Language Id in ascending positions","parameters":[{"in":"path","name":"productVersionLanguageId","schema":{"type":"string"},"required":true,"description":"product version language id"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Product"}}}},"204":{"description":"No Content"},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/productVersionLanguageContents/{productVersionLanguageId}/contents":{"get":{"tags":["Products"],"description":"Returns the product versions language active contents with details  by Product Version Language Id in ascending positions","parameters":[{"in":"path","name":"productVersionLanguageId","schema":{"type":"string"},"required":true,"description":"product version language id"},{"in":"query","name":"deploymentType","schema":{"type":"string"},"required":false,"description":"Deployment type to filter contents (e.g. cloud, on-prem, IGS)"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Product"}}}},"204":{"description":"No Content"},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/productVersionLanguageContents/archive/{productVersionLanguageId}/contents":{"get":{"tags":["Products"],"description":"Returns the product versions language archived contents with details  by Product Version Language Id in ascending positions","parameters":[{"in":"path","name":"productVersionLanguageId","schema":{"type":"string"},"required":true,"description":"product version language id"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Product"}}}},"204":{"description":"No Content"},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/search/save":{"post":{"tags":["Search"],"description":"Save search data","parameters":[{"in":"cookie","name":"SessionIndex","required":true,"schema":{"type":"string"},"description":"Concierge session"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["name","searchtext"],"properties":{"name":{"type":"string","description":"Name of the search","example":"Product Name"},"searchtext":{"type":"string","description":"Search text or query entered by the user","example":"Search Text"},"description":{"type":"string","description":"Additional description of the search","example":"Description"},"featuretoggle":{"type":"boolean","description":"Whether a certain feature is enabled or not","example":false},"searchby":{"type":"string","description":"The criteria by which the search is filtered","example":"allcontents or titles"},"sortingby":{"type":"string","description":"Sorting method used for the search results","example":"relevance or recentlyadded"},"filters":{"type":"object","description":"Filters applied to the search","properties":{"product":{"type":"array","description":"Array of product filters","items":{"type":"string","example":"product name"}},"version":{"type":"array","description":"Array of version filters","items":{"type":"string","example":"version 0.1"}},"language":{"type":"array","description":"Array of language filters","items":{"type":"string","example":"en-us"}}}}}}}}},"security":[{"bearerAuth":[]}],"responses":{"200":{"description":"Successfully saved search data","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Search"}}}},"400":{"description":"Failure response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"Unauthorized access","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"404":{"description":"No Saved Search found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/search":{"get":{"tags":["Search"],"description":"Returns all saved search based on email id for logged in user","parameters":[{"in":"cookie","name":"SessionIndex","required":true,"schema":{"type":"string"},"description":"Concierge session"}],"responses":{"200":{"description":"An array of saves search for logged in user email id","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Search"}}}},"204":{"description":"No Content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"400":{"description":"Failure response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/search/deleteById/{id}":{"delete":{"tags":["Search"],"description":"delete saved search by id","parameters":[{"in":"path","name":"id","schema":{"type":"integer"},"required":true,"description":"search id"}],"responses":{"200":{"description":"Saved search is deleted successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Search"}}}},"204":{"description":"No Content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"400":{"description":"Failure response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/searchDocs":{"post":{"tags":["Search"],"description":"Returns Search Documents","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SearchRequest"}}}},"responses":{"200":{"description":"Token and Token Details","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Search"}}}},"204":{"description":"No Content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/search/updateOrder":{"put":{"tags":["Search"],"description":"Update positions of saved searches (array of items with id and position)","parameters":[{"in":"cookie","name":"SessionIndex","required":true,"schema":{"type":"string"},"description":"Concierge session"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"type":"object","required":["id","position"],"properties":{"id":{"type":"integer","description":"Search id to update"},"position":{"type":"integer","description":"New position value"}}}}}}},"responses":{"200":{"description":"Positions updated successfully","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string","example":"Positions updated successfully"}}}}}},"204":{"description":"No Content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"400":{"description":"Failure response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/getCacheStatus":{"get":{"tags":["Search"],"description":"Returns cache status of API token","responses":{"200":{"description":"Cache status information of Search Token","content":{"application/json":{"schema":{"type":"object","properties":{"containerId":{"type":"string","example":"ecs-task-123"},"timestamp":{"type":"string","format":"date-time"},"hasCachedToken":{"type":"boolean"},"tokenHash":{"type":"string","example":"eyJhbGci...MepT1nje"},"expiresAt":{"type":"string","format":"date-time"},"expiresAtRaw":{"type":"number"},"isValid":{"type":"boolean"}}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"500":{"description":"Server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/get_token":{"post":{"tags":["Security"],"description":"Returns token","requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"client_id":{"type":"string"},"client_secret":{"type":"string"},"grant_type":{"type":"string"}}}}}},"responses":{"200":{"description":"Token and Token Details","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Security"}}}},"204":{"description":"No Content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/getConciergeToken":{"post":{"tags":["Security"],"description":"Returns concierge token","requestBody":{"required":false,"content":{"application/x-www-form-urlencoded":null}},"responses":{"200":{"description":"Token and Token Details","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Security"}}}},"204":{"description":"No Content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/getSearchToken":{"post":{"tags":["Security"],"description":"Returns Search API token","requestBody":{"required":false,"content":{"application/x-www-form-urlencoded":null}},"responses":{"200":{"description":"Token and Token Details","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Security"}}}},"204":{"description":"No Content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/getConciergeV2Token":{"post":{"tags":["Security"],"description":"Returns a GenAI bearer token for service-to-service v2/chat calls. Pass the returned access_token as the x-infor-genai-bearer-token header (no Bearer prefix).\n","requestBody":{"required":false,"content":{"application/x-www-form-urlencoded":null}},"responses":{"200":{"description":"Token and Token Details","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Security"}}}},"204":{"description":"No Content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/solutions":{"get":{"tags":["Solutions"],"description":"Returns all solutions","responses":{"200":{"description":"An array of solutions","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Solution"}}}},"204":{"description":"No Content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/solutions/search/findByActiveTrueOrderByPositionAsc":{"get":{"tags":["Solutions"],"description":"Returns solutions which are active and the position is in ascending order","responses":{"200":{"description":"An array of solutions(active and position is ascending)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Solution"}}}},"204":{"description":"No Content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/solutionLanguages":{"get":{"tags":["Solutions"],"description":"Returns all solution Languages","responses":{"200":{"description":"An array of solution languages","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Solution"}}}},"204":{"description":"No Content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/userFavorites/saveFav":{"post":{"tags":["UserFavorites"],"description":"Save multiple user favorites","parameters":[{"in":"cookie","name":"SessionIndex","required":true,"schema":{"type":"string"},"description":"Concierge session to get email id"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"type":"object","required":["product_code","language","version","pubtitle","content_url","position"],"properties":{"product_code":{"type":"string","description":"Product Code","example":"ae"},"language":{"type":"string","description":"Language","example":"en-us"},"version":{"type":"string","description":"Version of the product","example":"2024.x"},"pubtitle":{"type":"string","description":"Publish title","example":"Infor Automotive Exchange User Guide"},"content_url":{"type":"string","description":"URL of the content","example":"ae/2024.x/en-us/useradminlib/default.html"}}}}}}},"security":[{"bearerAuth":[]}],"responses":{"200":{"description":"Successfully saved user favorites data","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UserFavorites"}}}},"400":{"description":"Failure response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"Unauthorized access","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"404":{"description":"No UserFavorites found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/userFavorites/updateOrder":{"put":{"tags":["UserFavorites"],"description":"Update the position of a user favorite based on email and ID","parameters":[{"in":"cookie","name":"SessionIndex","required":true,"schema":{"type":"string"},"description":"Concierge session to get email id"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["id","position"],"properties":{"id":{"type":"integer","description":"ID of the favorite entry","example":101},"position":{"type":"integer","description":"New position value","example":3}}}}}},"responses":{"200":{"description":"Successfully updated position"},"400":{"description":"Bad request or no matching record"},"401":{"description":"Unauthorized"}}}},"/userFavorites/getAllFavs":{"get":{"tags":["UserFavorites"],"description":"Returns all UserFavorites","parameters":[{"in":"cookie","name":"SessionIndex","required":true,"schema":{"type":"string"},"description":"Concierge session to get email id"}],"responses":{"200":{"description":"An array of UserFavorites for email id","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UserFavorites"}}}},"204":{"description":"No Content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"400":{"description":"Failure response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/userFavorites/getFavs/{product_code}/{version}/{language}":{"get":{"tags":["UserFavorites"],"description":"Returns all UserFavorites","parameters":[{"in":"cookie","name":"SessionIndex","required":true,"schema":{"type":"string"},"description":"Concierge session"},{"in":"path","name":"product_code","schema":{"type":"string"},"required":true,"description":"product_code"},{"in":"path","name":"version","schema":{"type":"string"},"required":true,"description":"version"},{"in":"path","name":"language","schema":{"type":"string"},"required":true,"description":"language"}],"responses":{"200":{"description":"An array of UserFavorites for email id, product code, version and language","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UserFavorites"}}}},"204":{"description":"No Content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"400":{"description":"Failure response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/userFavorites/renameFav/{id}/{pubtitle}":{"patch":{"tags":["UserFavorites"],"description":"rename pubtitle by id","parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id"},{"in":"path","name":"pubtitle","schema":{"type":"string"},"required":true,"description":"new pubtitle"}],"responses":{"200":{"description":"user favorites is deleted successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UserFavorites"}}}},"204":{"description":"No Content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"400":{"description":"Failure response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/userFavorites/deleteFav/{id}":{"delete":{"tags":["UserFavorites"],"description":"delete user favorites by unique id","parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"Unique identifier"}],"responses":{"200":{"description":"user favorites is deleted successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UserFavorites"}}}},"204":{"description":"No Content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"400":{"description":"Failure response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/userFavorites/deleteAllFavs":{"delete":{"tags":["UserFavorites"],"description":"delete user favorites by email and content url","parameters":[{"in":"cookie","name":"SessionIndex","required":true,"schema":{"type":"string"},"description":"Concierge session"}],"responses":{"200":{"description":"user favorites is deleted successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UserFavorites"}}}},"204":{"description":"No Content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"400":{"description":"Failure response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}}},"tags":[]}