From 7e07ab7357c875c120a7162b3f4b2e9f7fb2f1d9 Mon Sep 17 00:00:00 2001 From: cgendreau Date: Tue, 10 Sep 2024 12:43:25 +0000 Subject: [PATCH] deploy: 2816bf939490b48cc252c794b5ab8552e2cce3b4 --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index f1d7b1f..e28126b 100644 --- a/index.html +++ b/index.html @@ -2294,24 +2294,24 @@

Responses

Response samples

Content type
application/vnd.api+json
[
  • {
    }
]

Add material sample

Adds a material sample

+
https://virtserver.dina-aafc.com/AAFC/1.0.0/v1/material-sample

Response samples

Content type
application/vnd.api+json
[
  • {
    }
]

Add material sample

Adds a material sample

Request Body schema: application/vnd.api+json

MaterialSample to add

required
object

Responses

Request samples

Content type
application/vnd.api+json
{
  • "data": {
    }
}

Find material sample by ID

Returns a single material sample

+
https://virtserver.dina-aafc.com/AAFC/1.0.0/v1/material-sample

Request samples

Content type
application/vnd.api+json
{
  • "data": {
    }
}

Find material sample by ID

Returns a single material sample

path Parameters
Id
required
string <uuid>

ID of material sample to return

Responses

Response samples

Content type
application/vnd.api+json
{
  • "data": {
    }
}

Update material sample

update a material sample

+
https://virtserver.dina-aafc.com/AAFC/1.0.0/v1/material-sample/{Id}

Response samples

Content type
application/vnd.api+json
{
  • "data": {
    }
}

Update material sample

update a material sample

path Parameters
Id
required
string <uuid>

material sample id to patch

Request Body schema: application/vnd.api+json

material sample to add

required
object

Responses

Request samples

Content type
application/vnd.api+json
{
  • "data": {
    }
}

Delete material sample

delete a material sample

+
https://virtserver.dina-aafc.com/AAFC/1.0.0/v1/material-sample/{Id}

Request samples

Content type
application/vnd.api+json
{
  • "data": {
    }
}

Delete material sample

delete a material sample

path Parameters
Id
required
string <uuid>

material sample id to delete

Responses