Skip to content

Commit

Permalink
Merge pull request #125 from CybercentreCanada/add_param_link_rest
Browse files Browse the repository at this point in the history
Adding Submission Params link to Rest page
  • Loading branch information
cccs-rs committed Aug 23, 2024
2 parents f17d9ec + bd35fe0 commit 2581563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/integration/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ You can instantiate the client by using the following snippet of Python code:
## Examples

### Submit a file, URL or SHA256 for analysis
There are two methods for sending a file/URL/SHA256 to Assemblyline for analysis: [**Ingest** and **Submit**](./ingestion_method).
There are two methods for sending a file/URL/SHA256 to Assemblyline for analysis: [**Ingest** and **Submit**](../ingestion_method).

!!! attention "In most cases, you want to use the Ingest API via the CLI"

Expand Down
2 changes: 1 addition & 1 deletion docs/integration/rest.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ To use your newly created [API key](../key_generation) you can simply add the `X

- `json` (optional): This is a JSON dictionary with 3 possible keys
- `name` (optional): Name of the file, otherwise `bin.filename` is used
- `params` (optional): Changes to the default submission parameters for the user
- `params` (optional): Changes to the default [submission parameters](../../odm/models/submission/#submissionparams) for the user
- `metadata` (optional): Metadata to be added to the submission
- `bin` (required): the actual file to be scanned

Expand Down

0 comments on commit 2581563

Please sign in to comment.