Skip to content

Commit

Permalink
LL ID 3950: Task Numbering Fix (#679)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brianna-Ambler committed Sep 25, 2024
1 parent c76072b commit 421cd6a
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,8 @@ Note that the "etag" value supplied in the content is used for "out-of-the-box"

If the eTags do not match, which can occur if another concurrent operation updated the same document, an error is thrown. If you get the error, you can reread the updated value (including the updated eTag), and retry the replace operation again, adjusting it (if desired) based on the updated value.

## Task 3: (Optional) JSON Relational Duality Views with REST

## Task 5: (Optional) JSON Relational Duality Views with REST

1. We can also use Oracle's SODA (Simple Object Data API) or even the Mongo API to work against the Duality View.

Expand Down Expand Up @@ -356,7 +357,7 @@ If the eTags do not match, which can occur if another concurrent operation updat
</copy>
```

**You've completed the workshop!**

## Learn More
Expand Down

0 comments on commit 421cd6a

Please sign in to comment.