diff --git a/parameters/ClientProduct.yaml b/parameters/ClientProduct.yaml new file mode 100644 index 00000000..1c6400bf --- /dev/null +++ b/parameters/ClientProduct.yaml @@ -0,0 +1,8 @@ +name: X-Plex-Product +description: | + Product name of the application shown in the list of devices +in: header +schema: + type: string + example: Postman +required: true diff --git a/paths/pins/pins.yaml b/paths/pins/pins.yaml index 83ac0b31..d6277a0d 100644 --- a/paths/pins/pins.yaml +++ b/paths/pins/pins.yaml @@ -19,6 +19,7 @@ post: default: false required: false - $ref: "../../parameters/ClientIdentifier.yaml" + - $ref: "../../parameters/ClientProduct.yaml" responses: "201": description: The Pin