Files
Gumble-Backend/api/paths/well_known.yml
Zane Walker 7e940c83a7
Some checks failed
Build & Test / build-test (push) Has been cancelled
Build & Test / swagger-codegen-cli (push) Has been cancelled
CodeQL / Analyze (go) (push) Has been cancelled
(Feat): Initial Commit
2026-07-03 19:41:31 +05:30

27 lines
747 B
YAML

swagger: "2.0"
info:
title: allaboutapps.dev/aw/go-starter
version: 0.1.0
paths:
/.well-known/apple-app-site-association:
get:
summary: Apple App Site Association
description: |-
Returns the Apple App Site Association file.
operationId: GetAppleAppSiteAssociationRoute
tags:
- well-known
responses:
"200":
description: Apple App Site Association
/.well-known/assetlinks.json:
get:
summary: Android Digital Asset Links
description: |-
Returns the Android Digital Asset Links file.
operationId: GetAndroidDigitalAssetLinksRoute
tags:
- well-known
responses:
"200":
description: Android Digital Asset Links