POSThttps://api.gov.nominal.io/api/attachments/v1/attachments
Body Parameters
    • key
      value
View in API Reference
Request
$curl -X POST https://api.gov.nominal.io/api/attachments/v1/attachments \
> -H "Authorization: Bearer " \
> -H "Content-Type: application/json" \
> -d '{
> "s3Path": "s3Path",
> "title": "title",
> "description": "description",
> "properties": {
> "properties": "properties"
> },
> "labels": [
> "labels"
> ]
>}'
Response