Skip to content

Commit

Permalink
feat(api): Add updated_at to all models (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
bagelbits authored Jan 15, 2025
1 parent 560feb6 commit 6a19e84
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions docs/reference/schemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ Represents a minimal representation of a resource. The detailed representation o

```
APIReference {
index string
name string
url string
index string
name string
url string
updated_at string
}
```

Expand Down
7 changes: 4 additions & 3 deletions versioned_docs/version-2014/reference/schemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ Represents a minimal representation of a resource. The detailed representation o

```
APIReference {
index string
name string
url string
index string
name string
url string
updated_at string
}
```

Expand Down

0 comments on commit 6a19e84

Please sign in to comment.