Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Format improvements #415

Merged
merged 4 commits into from
Sep 7, 2023
Merged

Format improvements #415

merged 4 commits into from
Sep 7, 2023

Conversation

gigazelle
Copy link
Contributor

Description

Checklist


Additionally, using these endpoints requires your global company ID in each request. You can find your global company ID by using the [Discovery API](../discovery.md).
Additionally, using these endpoints requires your global company ID in each request. You can find your global company ID by using the [Discovery API](../discovery.md)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Period is actually needed here.

@@ -454,7 +454,7 @@ The following table describes the GET classification template file request param
| Name | Required | Type | Description |
| --- | --- | --- | --- |
| `dataset_id` | required | string | Classification dataset ID |
| `format` | optional | string | Template format. The default is `tsv`. Includes the enums: `tsv`, and `csv`. |
| `format` | optional | string | Template format. The default is `tsv`. Possible values include `tsv` or `csv`. |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will need articulation of data type enums.

"state": "completed",
"recipients": [
"[email protected]"
]
Copy link
Collaborator

@johnwight johnwight Sep 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The orphan single quote indeed suggests a JSON error. This is a direct value taken from Tony so I will double-check with him after merge to verify.

}
}
]
}'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See note on orphan single quote in other topic.

Copy link
Collaborator

@johnwight johnwight left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inline comments are for fixes post merge.

@johnwight johnwight merged commit 49569b3 into main Sep 7, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants