-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apps: Add missing domains list to the app objects (#776)
The list of domains on the app object was missing from the specification, this PR updates the app and apps response examples as well as the app model.
- Loading branch information
Showing
3 changed files
with
192 additions
and
3 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
specification/resources/apps/models/app_domain_validation.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
properties: | ||
"txt_name": | ||
title: "TXT record name" | ||
type: string | ||
readOnly: true | ||
example: "_acme-challenge.app.example.com" | ||
"txt_value": | ||
title: "TXT record value" | ||
type: string | ||
readOnly: true | ||
example: "lXLOcN6cPv0nproViNcUHcahD9TrIPlNgdwesj0pYpk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters