Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Push API resources Open API documentation

This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 0.4.1
- API version: 0.4.2
- Package version: 2.1.1
- Generator version: 7.6.0
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
Expand Down
20 changes: 20 additions & 0 deletions docs/ApiResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Databox::ApiResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **status** | **String** | | [optional] |
| **message** | **String** | | [optional] |

## Example

```ruby
require 'databox'

instance = Databox::ApiResponse.new(
status: null,
message: null
)
```

Loading