Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/specification/common/location/rest.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,20 @@ Maps to the [Location Lookup](lookup.md) capability. See the
}
```

## HTTP Headers

The following headers are defined for the HTTP binding and apply to all
operations unless otherwise noted.

{{ header_fields('search_locations', 'common/rest.openapi.json') }}

### Specific Header Requirements

* **UCP-Agent**: All requests **MUST** include the `UCP-Agent` header
containing the platform profile URI using Dictionary Structured Field syntax
([RFC 8941](https://datatracker.ietf.org/doc/html/rfc8941){target="_blank"}).
Format: `profile="https://platform.example/profile"`.

## Error Handling

UCP uses a two-layer error model separating transport-level errors from business outcomes.
Expand Down
Loading