---
title: "GiphyGif"
url: "https://console.staging.9fin.com/apis/demo-webapp-staging/versions/ba551c00-5e8d-4520-ae68-9ae9da9ee5fb/schemas/GiphyGif"
---

> Full API specification: https://console.staging.9fin.com/apis/demo-webapp-staging/versions/ba551c00-5e8d-4520-ae68-9ae9da9ee5fb.md

# GiphyGif

## OpenAPI definition

```yaml
openapi: 3.0.3
info:
  title: Demo Web App API
  version: 1.1.8
servers:
  - url: https://{host}/demo
    description: Kong proxy base URL + service base path
    variables:
      host:
        default: api.staging.9fin.com
        description: Self-hosted Demo Gateway from infra-tf PR
components:
  schemas:
    GiphyGif:
      type: object
      additionalProperties: true
```
