Memperbarui templat prompt secara inkremental berdasarkan ID templat.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
sfm:UpdatePromptTemplate |
update |
*全部资源
|
None | None |
Sintaks permintaan
PATCH /{workspaceId}/promptTemplates/{promptTemplateId} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| workspaceId |
string |
Yes |
ID ruang kerja. |
llm-us9hjmt32nysdxxx |
| promptTemplateId |
string |
Yes |
ID templat prompt. |
6e49109bfeb94a39bb268f4e483ccxxx |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| name |
string |
No |
Nama templat. |
小红书文案助手 |
| content |
string |
No |
Konten templat prompt. |
请写一篇小红书种草笔记,增加丰富的emoji元素,结尾作总结,并加上相关标签。主题为:${theme} |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Skema Tanggapan. |
||
| requestId |
string |
ID permintaan. |
FE9B6CBF-47E6-5D76-9C5D-B814DD5ABxxx |
Contoh
Respons sukses
JSONformat
{
"requestId": "FE9B6CBF-47E6-5D76-9C5D-B814DD5ABxxx\n"
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | PromptTemplate.ContentInvalid | Input parameter Content is invalid. | |
| 400 | PromptTemplate.NameInvalid | Input parameter Name is invalid. | |
| 500 | PromptTemplate.InternalError | Prompt template service inner exception. | |
| 404 | PromptTemplate.TemplateNotFound | Prompt template not found. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.