Skip to content

Commit

Permalink
fixed air link
Browse files Browse the repository at this point in the history
  • Loading branch information
rachel-netq committed Dec 9, 2024
1 parent 684857c commit 89cb3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/nvidia-air/Air-SDK-V2.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ Update specific fields by calling `.update`:
>>> sim.title
"Sam's Personal 10 node sim with OOB"
```
Calling `.update` on a simulation objects corresponds to [PATCH simulation V2](https://air-stg.nvidia.com/api/#/v2/v2_simulations_partial_update).
Calling `.update` on a simulation object corresponds to [PATCH simulation V2](https://air.nvidia.com/api/#/v2/v2_simulations_partial_update).

There is also a `.full_update` method on the simulation which updates all fields on the simulation:
```python
Expand Down

0 comments on commit 89cb3a0

Please sign in to comment.