Skip to content

Commit

Permalink
Oppdaterte api-spec dok for record key api
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsmsa committed Oct 14, 2024
1 parent 90030ff commit 30dfbe4
Showing 1 changed file with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ paths:
post:
description: ""
parameters:
- name: "traceparent"
in: "header"
required: false
schema:
type: "string"
- name: "traceparent"
in: "header"
required: false
description: "https://www.w3.org/TR/trace-context/#traceparent-header-field-values"
schema:
type: "string"
format: "traceparent"
requestBody:
content:
'*/*':
Expand Down

0 comments on commit 30dfbe4

Please sign in to comment.