ЕСОЗ - публічна документація

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

n/n
description
inputs
expected result GraphQlactual result GraphQl
GMR1Get merge requests list/id without scopes
  • token

missing allowance 

merge_request:read


GMR2Get merge requests list/id without role 
  • doctor token
403, FORBIDDEN
GMR3Get merge requests list/id with client not NHS
  • token
  • invalid client id 
403, FORBIDDEN
GMR4Get merge request by valid ID which doesn't exist
  • token
  • id
NOT_FOUND


GMR5Get merge request by valid ID in status <> NEW/POSTPONE 
  • token
  • id
FORBIDDEN, You are not allowed to view this merge request
ASM5Get merge request by valid ID in status  NEW/POSTPONE
  • token
200, data
ASM6Get merge requests List 
  • token

200,

response has only user's merge requests in status NEW, POSTPONE


  • No labels