Skip to content

Commit bb406e8

Browse files
authored
Update create-a-prompt-template-imperative-92453a7.md
Remove unnecessary / incorrect header from example
1 parent 776ecaf commit bb406e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/sap-ai-core/create-a-prompt-template-imperative-92453a7.md

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Create a prompt template by sending a POST request to endpoint <code><code>{{api
2727
> ### Sample Code:
2828
> ```
2929
> curl -X POST "{{apiurl}}/lm/promptTemplates"\
30-
> --header 'AI-Resource-Group: <Resource Group Id>' \
3130
> --header 'Content-Type: application/json' \
3231
> --header "Authorization: Bearer $TOKEN" \
3332
> --data '{

0 commit comments

Comments
 (0)