-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.raml
33 lines (25 loc) · 907 Bytes
/
site.raml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#%RAML 1.0
title: Demo Home Microsite API
version: v1
baseUri: http://localhost:12000/
# The default media type is HTML.
mediaType: text/html
########################################################################
# Public Resources
########################################################################
/:
displayName: Home Document
get:
description: >
The `/` resource is the stable path, when combined with the
published scheme and FQDN, defines the
[URI](https://datatracker.ietf.org/doc/html/rfc3986/) to
access the home document.
All published site
[URI's](https://datatracker.ietf.org/doc/html/rfc3986/)
unrelated to system microsites codified elsewhere are
defined here and **must not** conflict with entry point
[URI's](https://datatracker.ietf.org/doc/html/rfc3986/)
reserved for microsites.
responses:
200: