@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Proxy API
@base https://unify.apideck.com
@version 10.24.12
@auth ApiKey Authorization in header | ApiKey x-apideck-app-id in header
@common_fields {x-apideck-consumer-id: str, x-apideck-app-id: str, x-apideck-service-id: str, x-apideck-downstream-url: str, x-apideck-unified-api: str, x-apideck-downstream-authorization: str}
@endpoints 6
@toc proxy(6)

@endpoint GET /proxy
@returns(200)
@errors {401}

@endpoint OPTIONS /proxy
@returns(200)
@errors {401}

@endpoint POST /proxy
@returns(200)
@errors {401}

@endpoint PUT /proxy
@returns(200)
@errors {401}

@endpoint PATCH /proxy
@returns(200)
@errors {401}

@endpoint DELETE /proxy
@returns(200)
@errors {401}

@end
