This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[FAQ] TI-API: API 端点错误代码:TI-API-0404

Part Number: TI-API
具体场景 错误详情 补救步骤
无效路径  
{
	"errors": [
		{
			"errorCode": "TI-API-0404",
			"type": "ResourceNotFound",
			"reason": "Invalid path",
			"message": "No API endpoint ('<requested path>') found. See documentation of this API."
		}
	]
}

根据 OpenAPI 规范(https://api-portal.ti.com/ ) 更正 API 调用的路径,然后重新提交请求。