Skip to content

Instantly share code, notes, and snippets.

@rashedtalukder
Created October 23, 2017 00:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rashedtalukder/3f4f00f4ed9c64208678fdaa165f014c to your computer and use it in GitHub Desktop.
Save rashedtalukder/3f4f00f4ed9c64208678fdaa165f014c to your computer and use it in GitHub Desktop.
Broadcast RAML spec used in MuleSoft Dev Guide
#%RAML 1.0
title: Broadcast-GetStarted
version: v1
description: This API aggregates DevOps related incidents across multiple platforms & services into single HTTP calls.
/post:
post:
description: Sends a message out via social media
body:
application/json:
type: object
properties:
message:
type: string
required: true
example: {"message":"dlroW olleH"}
responses:
200:
description: Success
body:
application/json:
type: object
properties:
responses:
type: array
example: {"responses" : []}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment