Skip to content

Commit

Permalink
Merge pull request twilio#20 from TwilioDevEd/rename-rest-application…
Browse files Browse the repository at this point in the history
…s-code-snippets

Rename rest/applications snippets
  • Loading branch information
mcelicalderon committed Apr 22, 2016
2 parents fac4550 + de9da01 commit 75b7d7b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion rest/applications/instance-get-example-1/meta.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"title": "instance-get-example-1",
"title": "Get an Application Instance Resource",
"type": "server"
}
2 changes: 1 addition & 1 deletion rest/applications/instance-post-example-1/meta.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"title": "instance-post-example-1",
"title": "Set the VoiceUrl and SmsUrl on an application",
"type": "server"
}
2 changes: 1 addition & 1 deletion rest/applications/list-get-example-1/meta.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"title": "list-get-example-1",
"title": "List All Application Resource Representations",
"type": "server"
}
2 changes: 1 addition & 1 deletion rest/applications/list-get-example-2/meta.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"title": "list-get-example-2",
"title": "Return the application named \"MyApp\"",
"type": "server"
}
2 changes: 1 addition & 1 deletion rest/applications/list-post-example-1/meta.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"title": "list-post-example-1",
"title": "Create a New Application Within Your Account",
"type": "server"
}

0 comments on commit 75b7d7b

Please sign in to comment.