From 7f14ccfb7bd1de4a7101136321c27144aa57e71e Mon Sep 17 00:00:00 2001 From: Mike Ralphson Date: Thu, 1 Nov 2018 12:14:16 +0000 Subject: [PATCH] Fix yaml examples, refs #697 --- versions/raml-08/raml-08.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/versions/raml-08/raml-08.md b/versions/raml-08/raml-08.md index 2edd8c99..65d52037 100644 --- a/versions/raml-08/raml-08.md +++ b/versions/raml-08/raml-08.md @@ -762,7 +762,7 @@ baseUri: https://app.zencoder.com/api/{version} headers: Zencoder-Api-Key: displayName: ZEncoder API Key - x-Zencoder-job-metadata-{*} + x-Zencoder-job-metadata-{*}: displayName: Job Metadata description: | Field names prefixed with x-Zencoder-job-metadata- contain user-specified metadata. @@ -1305,7 +1305,7 @@ The following example shows an optional *post?* property that defines a body par #%RAML 0.8 title: Example of Optional Properties resourceTypes: - - auditableResource + - auditableResource: post?: body: createAuthority: @@ -1430,7 +1430,7 @@ securitySchemes: accessTokenUri: https://api.dropbox.com/1/oauth2/token authorizationGrants: [ code, token ] - oauth_1_0: - description:| + description: | OAuth 1.0 continues to be supported for all API requests, but OAuth 2.0 is now preferred. type: OAuth 1.0 settings: @@ -1438,7 +1438,7 @@ securitySchemes: authorizationUri: https://www.dropbox.com/1/oauth/authorize tokenCredentialsUri: https://api.dropbox.com/1/oauth/access_token - customHeader: - description:| + description: | A custom ```