Commit 583323e8 authored by Yann Garcia's avatar Yann Garcia
Browse files

Merge branch 'STF_707' into 'STF_685'

parents 88eb7a05 8e86af28
Loading
Loading
Loading
Loading
+6 −12
Original line number Diff line number Diff line
@@ -113,8 +113,8 @@ paths:
          headers:
            location:
              description: The resource URI of the created resource
              style: simple
              explode: false
              # style: simple
              # explode: false
              content:
                text/plain:
                  schema:
@@ -537,7 +537,7 @@ paths:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/appInstanceId_services_body'
              $ref: '#/components/schemas/ServiceInfo'
        required: true
      responses:
        "201":
@@ -546,8 +546,8 @@ paths:
          headers:
            location:
              description: The resource URI of the created resource
              style: simple
              explode: false
              # style: simple
              # explode: false
              content:
                text/plain:
                  schema:
@@ -2020,12 +2020,6 @@ components:
      - RPC
      - RPC_STREAMING
      - WEBSOCKET
    appInstanceId_services_body:
      description: New ServiceInfo with updated "state" is included as entity body
        of the request
      oneOf:
      - type: object
      - type: object
    ServiceInfo__links:
      required:
      - self
+1 −1
Original line number Diff line number Diff line
{
  "name": "mec-sandbox",
  "name": "edgenative-connector-frontend",
  "version": "1.0.0",
  "description": "",
  "private": true,
+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ select {
}

// Navigation
#etsi-logo {
#edgenative-connector-logo {
    height: 42px;
    width: 135px;
    padding: 0;
Loading