Skip to content

Commit

Permalink
Merge branch 'main' into beeme1mr-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
beeme1mr authored Feb 7, 2025
2 parents 375e384 + 46c8f8a commit e6aaf44
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions service/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ tags:
paths:
/ofrep/v1/evaluate/flags/{key}:
post:
tags: [OFREP core]
tags: [OFREP Core]
summary: OFREP single flag evaluation contract
description: |
OFREP single flag evaluation request.
The endpoint is called by the server providers to perform single flag evaluation.
operationId: evaluateFlag
parameters:
- name: key
in: path
Expand Down Expand Up @@ -83,11 +84,12 @@ paths:
$ref: '#/components/schemas/generalErrorResponse'
/ofrep/v1/evaluate/flags:
post:
tags: [OFREP core]
tags: [OFREP Core]
summary: OFREP bulk flag evaluation contract
description: |
OFREP bulk evaluation request.
The endpoint is called by the client providers to evaluate all flags at once.
operationId: evaluateFlagsBulk
parameters:
- in: header
name: If-None-Match
Expand Down Expand Up @@ -142,11 +144,12 @@ paths:
$ref: '#/components/schemas/generalErrorResponse'
/ofrep/v1/configuration:
get:
tags: [OFREP extensions]
tags: [OFREP Extensions]
summary: OFREP provider configuration
description: |
OFREP configuration is used to supply information about the remote flag management system and to set up the OpenFeature SDK providers.
The providers will contact this endpoint only if the client has opted in.
operationId: getConfiguration
parameters:
- in: header
name: If-None-Match
Expand Down Expand Up @@ -420,8 +423,6 @@ components:
The provider should ensure not to set any polling value under this minimum.
examples:
- 60000
required:
- name
featureCaching:
type: object
description: Configuration of the caching mechanism in the provider (used by server providers)
Expand Down

0 comments on commit e6aaf44

Please sign in to comment.