Ignore:
Timestamp:
Feb 26, 2024, 6:25:48 PM (9 months ago)
Author:
alloc
Message:

22.0.1.1 WebServer release

  • Moved API error codes from string literals to enum
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TFP-WebServer/WebServer/src/WebAPI/APIs/Permissions/CommandPermissions.openapi.yaml

    r485 r486  
    120120          $ref: './openapi.yaml#/components/responses/HttpEmptyEnvelopedResponse'
    121121        404:
    122           description: Specified command not found, errorCode will be 'INVALID_COMMAND'
     122          description: Specified command not found, errorCode will be 'UNKNOWN_COMMAND'
    123123          $ref: './openapi.yaml#/components/responses/HttpEmptyEnvelopedResponse'
    124124        403:
Note: See TracChangeset for help on using the changeset viewer.