Sha256: ba9b09e3a97f6c9320db50a79d0467e4d37e042802b450c5e0ac2641fb74b2d1
Contents?: true
Size: 1.37 KB
Versions: 43
Compression:
Stored size: 1.37 KB
Contents
{ "202": { "type": "object", "required": [ "message" ], "properties": { "message": { "type": "string", "value": "Accepted" } } }, "204": { "type": "object", "required": [ "message" ], "properties": { "message": { "type": "string", "value": "No Content" } } }, "400": { "type": "object", "required": [ "errors" ], "properties": { "errors": { "type": "array", "items": { "type": "object", "properties": { "message": { "type": "string" } } } } } }, "404": { "type": "object", "required": [ "errors" ], "properties": { "errors": { "type": "array", "items": { "type": "object", "properties": { "message": { "type": "string" } } } } } } }
Version data entries
43 entries across 43 versions & 1 rubygems