最近の検索


最近の検索はありません

Charan Raj -- SnapOne IT's Avatar

Charan Raj -- SnapOne IT

参加日2024年9月27日

·

前回のアクティビティ2024年9月27日

フォロー中

0

フォロワー

0

合計アクティビティ

1

投票

0

受信登録

0

アクティビティの概要

さんの最近のアクティビティ Charan Raj -- SnapOne IT

Charan Raj -- SnapOne ITさんが投稿を作成しました:

投稿 Developer - Zendesk Apps Framework (ZAF)

Hi,

I'm sending a POST request in Node.js using client.request as shown below:

However, the response status alternates between 406 if i use .json at the end and 200 if i dont use.json, but the data isn't being inserted. It works fine when using Postman.

client.request({
  url: `api/v2/users/${user.id}/identities`,
  type: "POST",
  contentType: 'application/json',
  data: JSON.stringify(data)
});
	

投稿日時:2024年9月27日 · Charan Raj -- SnapOne IT

0

フォロワー

0

投票

1

コメント