documentation-zero 0.0.12 → 0.0.13

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b62c9f05259ec220fa355a9ae8e9f3a389866cdcdc503a4c2010d917cbbdf0ee
4
- data.tar.gz: 1c461ff6f9cb65d5a2a05e5247ef44e214db96055ddf4ca607629c7c60de7a7d
3
+ metadata.gz: b4746ff3f223a95242e7fd9c5822a30f4227d3e328b957e06e609ff9843a81e2
4
+ data.tar.gz: 4b4704d8cd4905d4c76daa28f7b1902feae78bb9d1df6a5a97f4898b5f06a814
5
5
  SHA512:
6
- metadata.gz: 0d6df1ef4f4ab2f39edb8f649ac9cd3058a961369ae8184e437348bbe026ce49dd1e1889daf7c38618a5262d8d6c1b4057a87c53b1616d38126888590dc9f59d
7
- data.tar.gz: cd0436401778e7407177d623016e5c6a536a78898f10a060fbb970c47b3dc0db43f5018518e8c54ce4afe2166e01f76e891212688c7881f35074a62e520d8a27
6
+ metadata.gz: 3dfe383d00f94cfa094112fc505695fe79d969df90adbeabc0019446e6e55dd43d18b4f73d137de016a2a76f3893f5b7ccfae547928eb40480169835bf153bd0
7
+ data.tar.gz: 70d79a64c92186376aa494fa86232e1d59eb7b762cf2e1cac5ced854636774b166c831701ff6ce8e2e37100bd6adb1e5971243ad31032e2982834ed0da09c777
@@ -67,14 +67,13 @@ This endpoint will return `200 OK` with the current JSON representation of the p
67
67
 
68
68
  This endpoint will return `204 No Content` if successful. No parameters are required.
69
69
 
70
- ---
71
-
72
70
  ## Models
73
71
 
74
- ###### Post model
72
+ ### Post model
75
73
 
76
74
  ```json
77
75
  {
76
+ "id": "integer",
78
77
  "title": "string",
79
78
  "content": "string",
80
79
  "published": "boolean",
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- documentation-zero (0.0.12)
4
+ documentation-zero (0.0.13)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,3 +1,3 @@
1
1
  module DocumentationZero
2
- VERSION = "0.0.12"
2
+ VERSION = "0.0.13"
3
3
  end
@@ -71,6 +71,7 @@ This endpoint will return `204 No Content` if successful. No parameters are requ
71
71
 
72
72
  ```json
73
73
  {
74
+ "id": "integer",
74
75
  <% attributes.each do |attribute| -%>
75
76
  <% if attribute.password_digest? -%>
76
77
  "password_digest": "string",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: documentation-zero
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nixon