info: name: Update type: http seq: 3 http: method: PATCH url: "{{BASE_URL}}/{{SECTOR}}/{{PlayerID}}" body: type: json data: |- { "name": "{{Name}}", "isRatingLocked": false, "canBeMultiple": false } auth: inherit runtime: variables: - name: Name value: Foo - name: PlayerID value: "" settings: encodeUrl: true timeout: 0 followRedirects: true maxRedirects: 5