Skip to content

Commit

Permalink
Backport of Add partition field for catalog deregister docs into rele…
Browse files Browse the repository at this point in the history
…ase/1.20.x (#21790)

* backport of commit a0b29b0

* backport of commit 64cf21e

---------

Co-authored-by: jm96441n <[email protected]>
  • Loading branch information
hc-github-team-consul-core and jm96441n authored Oct 14, 2024
1 parent 9bdd128 commit c7a3ca6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions website/content/api-docs/catalog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ The behavior of the endpoint depends on what keys are provided.
You can also specify the namespace in the `Service` or `Check` fields;
if namespaces are specified in multiple places, they must all be the same.

- `Partition` `(string: "")` <EnterpriseAlert inline /> - Specifies the admin partition of the service and checks you deregister.

### Sample Payloads

```json
Expand All @@ -221,6 +223,14 @@ The behavior of the endpoint depends on what keys are provided.
}
```

```json
{
"Datacenter": "dc1",
"Node": "t2.320",
"Partition": "part-1"
}
```

```json
{
"Datacenter": "dc1",
Expand Down

0 comments on commit c7a3ca6

Please sign in to comment.