{"type":"api","title":"Set the arbritration window time setting","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/f445c17e25a1120e8fbde4bd413083d0fd88b2b3/d591da0a-64b3-3a66-bae6-af027c120026","info":{"title":"Crosswork Data Gateway Geo Auto Arbitration API","description":"This document details Crosswork Data Gateway APIs you can use to get and set arbitration window of the datagateway","version":"7.1.0","contact":{"name":"Crosswork Team, Cisco","email":"support@cisco.com"},"license":{"name":"Cisco Software License Agreement","url":"http://www.cisco.com/public/sw-license-agreement.html"}},"security":[{"bearerAuth":[]}],"tags":[{"name":"Auto Arbitration APIs","description":"Get/Set Auto Arbitration window for CDG"}],"x-parser-conf":{"overview":{"markdownPath":"reference/CDG/cdg_geo_auto_arbitration_api_overview.md"}},"swagger":"2.0","basePath":"/crosswork/dg-manager/v1","schemes":["https"],"securityDefinitions":{"bearerAuth":{"type":"apiKey","name":"Authorization","in":"header","description":"Bearer Auth Token"}}},"spec":{"description":"Set the arbritration window time setting","summary":"Set the arbritration window time setting","operationId":"SetArbitrationWindow","deprecated":false,"produces":["application/json"],"consumes":["application/json"],"parameters":[{"name":"Content-Type","in":"header","required":true,"type":"string","description":"application/json"},{"name":"Body","in":"body","required":true,"description":"Request payload for updating Arbitration Window","schema":{"title":"arbitrationWindow","example":{"arbitrationWindow":{"window":"2h"}},"type":"object","properties":{"window":{"type":"object","items":{"title":"window","example":{"window":"2h"},"type":"object","properties":{"value":{"type":"string"}},"required":["value"],"$$ref":"#/definitions/window"}}},"$$ref":"#/definitions/arbitrationWindow"}}],"responses":{"204":{"description":"OK. The request was successful.","headers":{}},"400":{"description":"Bad Request. The client made a request for a resource that does not exist."}},"security":[],"__originalOperationId":"SetArbitrationWindow","method":"post","path":"/dg/arbitration-window/"}}