You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.
The swagger specification lacks a securityDefinitions section that causes errors during spec validation. It seems the same definitions used in the edge apis can be used here:
securityDefinitions:
ztSession:
description: An API Key that is provided post authenticationtype: apiKeyname: zt-sessionin: header
Additionally, the type of #/definitions/inspectResponseValue.properties.value is currently a list, but per the OAS2 spec, this is invalid and should instead be a string representing a single type.
The text was updated successfully, but these errors were encountered:
The swagger specification lacks a
securityDefinitions
section that causes errors during spec validation. It seems the same definitions used in the edge apis can be used here:Additionally, the
type
of#/definitions/inspectResponseValue.properties.value
is currently a list, but per the OAS2 spec, this is invalid and should instead be a string representing a single type.The text was updated successfully, but these errors were encountered: