Skip to content
Snippets Groups Projects
Commit 6c500ee6 authored by Marco Holz's avatar Marco Holz
Browse files

Improve description of destination status modification

parent 34f0dcc9
No related branches found
No related tags found
1 merge request!194Improve description of destination status modification
...@@ -97,11 +97,9 @@ Sofern Sie den Statuswechsel zu früh versuchen, erhalten Sie über das Self-Ser ...@@ -97,11 +97,9 @@ Sofern Sie den Statuswechsel zu früh versuchen, erhalten Sie über das Self-Ser
} }
``` ```
### Status des Zustellpunkts ändern ### Status des Zustellpunkts ändern {#status-change}
Der Status kann über den Endpunkt <ApiLink api="submission-api" to="/v1/destinations/{destinationId}" withMethod="patch" /> aktualisiert werden. Der Status kann über den Endpunkt <ApiLink api="submission-api" to="/v1/destinations/{destinationId}" withMethod="patch" /> oder über die Oberfläche des Self-Service-Portal aktualisiert werden.
### Beispiel
<Tabs <Tabs
defaultValue="curl" defaultValue="curl"
...@@ -111,8 +109,6 @@ Der Status kann über den Endpunkt <ApiLink api="submission-api" to="/v1/destina ...@@ -111,8 +109,6 @@ Der Status kann über den Endpunkt <ApiLink api="submission-api" to="/v1/destina
]}> ]}>
<TabItem value="curl" label="foo"> <TabItem value="curl" label="foo">
#### Aktualisierung des Verschlüsselungsschlüssels eines Zustellpunktes
```shell ```shell
$ SUBMISSION_API=https://submission-api-testing.fit-connect.fitko.dev $ SUBMISSION_API=https://submission-api-testing.fit-connect.fitko.dev
$ JWT_TOKEN=... $ JWT_TOKEN=...
...@@ -129,9 +125,8 @@ $ curl -X PATCH \ ...@@ -129,9 +125,8 @@ $ curl -X PATCH \
<TabItem value="ssp"> <TabItem value="ssp">
:::caution Hinweis Nach dem Erstellen eines Zustellpunktes kann dieser im Self-Service-Portal durch nochmaliges Editieren des Zustellpunktes aktiviert werden.
Über das Self-Service-Portal können Zustellpunkte aktuell noch nicht aktualisiert werden.
:::
</TabItem> </TabItem>
</Tabs> </Tabs>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment