Skip to content

Commit

Permalink
[DEM-1447] Review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
QFer committed Apr 24, 2020
1 parent e576e6a commit 5e3d5e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/quantuminspire/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,8 @@ def get_asset(self, asset_id: int) -> Dict[str, Any]:
| contentType (str) | The description of the content e.g. 'application/qasm' or
| | 'text/plain'.
| content (str) | The content itself. For example a cQASM program when linked to a job.
| measurement_mask (int) | A mask for the measured bits in the cQASM program.
| measurement_mask (int) | A mask for the measured bits in the cQASM program. The measurement_mask
| | is calculated when the asset is assigned to a job.
| project (str) | Url to get the project properties for which this asset was created.
| project_id (int) | The project id of the project for which this asset was created.
"""
Expand Down

0 comments on commit 5e3d5e7

Please sign in to comment.