Back to Collection Items
// This example assumes the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.
loHttp = createobject("CkHttp")
// Use this online tool to generate code from sample JSON: Generate Code to Create JSON
// The following JSON is sent in the request body.
// {
// "data": {
// "attributes": {
// "label": "<string>",
// "url": "<string>",
// "position": "<integer>",
// "team_id": "<string>"
// },
// "type": "team_links"
// }
// }
loJson = createobject("CkJsonObject")
loJson.UpdateString("data.attributes.label","<string>")
loJson.UpdateString("data.attributes.url","<string>")
loJson.UpdateString("data.attributes.position","<integer>")
loJson.UpdateString("data.attributes.team_id","<string>")
loJson.UpdateString("data.type","team_links")
loHttp.SetRequestHeader("Content-Type","application/json")
loHttp.SetRequestHeader("Accept","application/json")
loSbRequestBody = createobject("CkStringBuilder")
loJson.EmitSb(loSbRequestBody)
loResp = loHttp.PTextSb("PATCH","https://api.app.ddog-gov.com/api/v2/team/:team_id/links/:link_id",loSbRequestBody,"utf-8","application/json",.F.,.F.)
if (loHttp.LastMethodSuccess = .F.) then
? loHttp.LastErrorText
release loHttp
release loJson
release loSbRequestBody
return
endif
loSbResponseBody = createobject("CkStringBuilder")
loResp.GetBodySb(loSbResponseBody)
loJResp = createobject("CkJsonObject")
loJResp.LoadSb(loSbResponseBody)
loJResp.EmitCompact = .F.
? "Response Body:"
? loJResp.Emit()
lnRespStatusCode = loResp.StatusCode
? "Response Status Code = " + str(lnRespStatusCode)
if (lnRespStatusCode >= 400) then
? "Response Header:"
? loResp.Header
? "Failed."
release loResp
release loHttp
release loJson
release loSbRequestBody
release loSbResponseBody
release loJResp
return
endif
release loResp
// Sample JSON response:
// (Sample code for parsing the JSON response is shown below)
// {
// "data": {
// "attributes": {
// "label": "<string>",
// "url": "<string>",
// "position": "<integer>",
// "team_id": "<string>"
// },
// "id": "<string>",
// "type": "team_links"
// }
// }
// Sample code for parsing the JSON response...
// Use this online tool to generate parsing code from sample JSON: Generate JSON Parsing Code
lcLabel = loJResp.StringOf("data.attributes.label")
lcV_Url = loJResp.StringOf("data.attributes.url")
lcPosition = loJResp.StringOf("data.attributes.position")
lcTeam_id = loJResp.StringOf("data.attributes.team_id")
lcId = loJResp.StringOf("data.id")
lcV_Type = loJResp.StringOf("data.type")
release loHttp
release loJson
release loSbRequestBody
release loSbResponseBody
release loJResp
Curl Command
curl -X PATCH
-H "Content-Type: application/json"
-H "Accept: application/json"
-d '{
"data": {
"attributes": {
"label": "<string>",
"url": "<string>",
"position": "<integer>",
"team_id": "<string>"
},
"type": "team_links"
}
}'
https://api.app.ddog-gov.com/api/v2/team/:team_id/links/:link_id
Postman Collection Item JSON
{
"name": "Update a team link",
"request": {
"method": "PATCH",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"data\": {\n \"attributes\": {\n \"label\": \"<string>\",\n \"url\": \"<string>\",\n \"position\": \"<integer>\",\n \"team_id\": \"<string>\"\n },\n \"type\": \"team_links\"\n }\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/api/v2/team/:team_id/links/:link_id",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"v2",
"team",
":team_id",
"links",
":link_id"
],
"variable": [
{
"key": "team_id",
"value": "<string>"
},
{
"key": "link_id",
"value": "<string>"
}
]
},
"description": "Update a team link."
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "PATCH",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: apikey",
"key": "DD-API-KEY",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"data\": {\n \"attributes\": {\n \"label\": \"<string>\",\n \"url\": \"<string>\",\n \"position\": \"<integer>\",\n \"team_id\": \"<string>\"\n },\n \"type\": \"team_links\"\n }\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/api/v2/team/:team_id/links/:link_id",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"v2",
"team",
":team_id",
"links",
":link_id"
],
"variable": [
{
"key": "team_id"
},
{
"key": "link_id"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{\n \"data\": {\n \"attributes\": {\n \"label\": \"<string>\",\n \"url\": \"<string>\",\n \"position\": \"<integer>\",\n \"team_id\": \"<string>\"\n },\n \"id\": \"<string>\",\n \"type\": \"team_links\"\n }\n}"
},
{
"name": "API error response.",
"originalRequest": {
"method": "PATCH",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: apikey",
"key": "DD-API-KEY",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"data\": {\n \"attributes\": {\n \"label\": \"<string>\",\n \"url\": \"<string>\",\n \"position\": \"<integer>\",\n \"team_id\": \"<string>\"\n },\n \"type\": \"team_links\"\n }\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/api/v2/team/:team_id/links/:link_id",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"v2",
"team",
":team_id",
"links",
":link_id"
],
"variable": [
{
"key": "team_id"
},
{
"key": "link_id"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{\n \"errors\": [\n \"<string>\",\n \"<string>\"\n ]\n}"
},
{
"name": "Too many requests",
"originalRequest": {
"method": "PATCH",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: apikey",
"key": "DD-API-KEY",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"data\": {\n \"attributes\": {\n \"label\": \"<string>\",\n \"url\": \"<string>\",\n \"position\": \"<integer>\",\n \"team_id\": \"<string>\"\n },\n \"type\": \"team_links\"\n }\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/api/v2/team/:team_id/links/:link_id",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"v2",
"team",
":team_id",
"links",
":link_id"
],
"variable": [
{
"key": "team_id"
},
{
"key": "link_id"
}
]
}
},
"status": "Too Many Requests",
"code": 429,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{\n \"errors\": [\n \"<string>\",\n \"<string>\"\n ]\n}"
}
]
}