Skip to content

Commit

Permalink
Docs updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
michalstrzelecki committed Aug 19, 2016
1 parent f4d036a commit f35aae7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docs/api_data.js
Expand Up @@ -10,14 +10,14 @@ define({ "api": [
"fields": {
"": [
{
"group": "Block",
"group": "Content",
"type": "Number",
"optional": false,
"field": "id",
"description": "<p>ID of the block.</p>"
},
{
"group": "Block",
"group": "Content",
"type": "Boolean",
"optional": false,
"field": "forceDelete",
Expand Down Expand Up @@ -57,7 +57,7 @@ define({ "api": [
"examples": [
{
"title": "Example usage:",
"content": "curl -i http://api.example.com/api/v1/admin/blocks",
"content": "curl -i http://api.example.com/api/v1/admin/blocks/21?force=true",
"type": "json"
}
],
Expand Down
6 changes: 3 additions & 3 deletions docs/api_data.json
Expand Up @@ -10,14 +10,14 @@
"fields": {
"": [
{
"group": "Block",
"group": "Content",
"type": "Number",
"optional": false,
"field": "id",
"description": "<p>ID of the block.</p>"
},
{
"group": "Block",
"group": "Content",
"type": "Boolean",
"optional": false,
"field": "forceDelete",
Expand Down Expand Up @@ -57,7 +57,7 @@
"examples": [
{
"title": "Example usage:",
"content": "curl -i http://api.example.com/api/v1/admin/blocks",
"content": "curl -i http://api.example.com/api/v1/admin/blocks/21?force=true",
"type": "json"
}
],
Expand Down
2 changes: 1 addition & 1 deletion docs/api_project.js
Expand Up @@ -8,7 +8,7 @@ define({
"apidoc": "0.2.0",
"generator": {
"name": "apidoc",
"time": "2016-08-18T11:02:18.340Z",
"time": "2016-08-19T09:19:05.296Z",
"url": "http://apidocjs.com",
"version": "0.16.1"
}
Expand Down
2 changes: 1 addition & 1 deletion docs/api_project.json
Expand Up @@ -8,7 +8,7 @@
"apidoc": "0.2.0",
"generator": {
"name": "apidoc",
"time": "2016-08-18T11:02:18.340Z",
"time": "2016-08-19T09:19:05.296Z",
"url": "http://apidocjs.com",
"version": "0.16.1"
}
Expand Down

0 comments on commit f35aae7

Please sign in to comment.