Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #698 from MikeRalphson/yamlExamples
Browse files Browse the repository at this point in the history
[0.8] Fix yaml examples, refs #697
  • Loading branch information
jstoiko authored Nov 2, 2018
2 parents e7e53a4 + 7f14ccf commit 89c108d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions versions/raml-08/raml-08.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -1430,15 +1430,15 @@ 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:
requestTokenUri: https://api.dropbox.com/1/oauth/request_token
authorizationUri: https://www.dropbox.com/1/oauth/authorize
tokenCredentialsUri: https://api.dropbox.com/1/oauth/access_token
- customHeader:
description:|
description: |
A custom
```
Expand Down

0 comments on commit 89c108d

Please sign in to comment.